diff --git a/README.md b/README.md index e428cfc..72c74a9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ php artisan db:seed php artisan db:seed --class="AdminSeeder" php artisan db:seed --class="PageSeeder" php artisan db:seed --class="ButtonSeeder" + +php artisan key:generate php artisan serve (optional) ```