openclassify/auto_install.sh

10 lines
262 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\\RestateTheme\\RestateThemeSeeder