After a fresh install with composer
and php artisan
I noticed, that the .htaccess-file is missing. Is this ok or a bug?
Without the htaccess-file I cant access the admin-area. The url https://my-restaurant.com/admin result in an error “page not found”.
My commands:
composer create-project tastyigniter/tastyigniter .
php artisan igniter:install
All runs successfully.