mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
10 lines
268 B
Bash
10 lines
268 B
Bash
#!/bin/bash
|
|
|
|
# Update Composer dependencies
|
|
composer update
|
|
|
|
# Run the Laravel install command with the --ready flag
|
|
php artisan install --ready
|
|
|
|
# Seed the database with the specified class
|
|
php artisan db:seed --class=Visiosoft\\SahibindenTheme\\SahibindenThemeSeeder |