openclassify/auto_install.sh
Mostafa Moradi ceb907312c 4.0-mostafa
2024-08-18 17:38:23 +03:00

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