- clone the project
- run
composer install
in root directory - create
.env
file and copy everything's of.env.example
file and paste in.env
- run
php artisan key:generate
for generate app key - run
php artisan migrate --seed
to create tables in your database - for updates run
git pull
from main - then run
php artisan migrate:fresh --seed
to have last changes - for create admin user run
php artisan db:seed --class=AdminSeeder
- run
php artisan serve
-
Notifications
You must be signed in to change notification settings - Fork 0
one3erver/laravue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
LaraVue Project
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published