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.

  • Should be there as example.htaccess? If not pull it from the GitHub repo and copy it your install

Should be there as example.htaccess? If not pull it from the GitHub repo and copy it your install

    ryanmitchell Argh, didnt see the wood for the trees 😉 it is called backup.htaccess.
    Thanks!