I\'m new to Laravel and I\'m trying to use the Artisan command...
php artisan serve
It displays...
Laravel developme
In my case, while cloning the project from git there was no .env
.env
file. So I copy the .env file from the source project and paste in my current project and change its configuration of database and it run successfully.