I\'m new to Laravel and I\'m trying to use the Artisan command...
php artisan serve
It displays...
Laravel developme
In my case, I also needed to reset the cached config files:
php artisan key:generate php artisan config:cache