I\'m new to Laravel and I\'m trying to use the Artisan command...
php artisan serve
It displays...
Laravel developme
cp .env.example .env if there is no .env file present. php artisan key:generate command works for me. It generates the encryption key
cp .env.example .env
php artisan key:generate