mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
6 lines
128 B
Bash
6 lines
128 B
Bash
#!/bin/bash
|
|
sudo composer update
|
|
sudo chmod -R 777 storage/
|
|
sudo chmod -R 777 bootstrap/
|
|
php artisan migrate
|
|
php artisan db:seed |