bradtraversy / laragigs

Laravel job listing app
610 stars 421 forks source link

Key Generation For new Laravel application #6

Open shahghasiadil opened 2 years ago

shahghasiadil commented 2 years ago

Every Laravel application requires key generation once .env created Key generation set APP_Key in .env without key generate it will cause error called : No application encryption key has been specified

shahghasiadil commented 2 years ago

@bradtraversy I have added new command php artisan migrate --seed to migrate and seed data using one command :)