Hi @felissa86
I have Linux system and just tried to setup your project. Your project is running fine in my system.
After putting your project in /var/www/html
directory. I just ran following commands.
composer install
cp .env.example .env
php artisan migrate
php artisan serve
Let me know if you still faces the error.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community