Update README.md

This commit is contained in:
JulianPrieber 2022-02-12 15:26:00 +01:00 committed by GitHub
parent af979d709d
commit c74c78179d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
```