From c74c78179d5e6fe98795fb361628d628d9c56746 Mon Sep 17 00:00:00 2001 From: JulianPrieber <60265788+JulianPrieber@users.noreply.github.com> Date: Sat, 12 Feb 2022 15:26:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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) ```