Command
#
Creating Admin AccountBadaso provides commands to create superadmin accounts to be able to enter the dashboard page.
php artisan badaso:admin [email protected] --create
#
BackupBadaso provides commands for running laravel backups. The backup configuration is contained in the file .env
. This configuration includes backup files and backup disks.
php artisan badaso:backup
#
SeederThe following command is used to create seeders based on a table and its data.
php artisan badaso:generate-seeder TABLE_NAME