Files
AWA/images/init_laravel.sh
2025-06-03 15:13:55 +02:00

4 lines
66 B
Bash

#!/bin/sh
composer install
php artisan migrate
php artisan db:seed