-----------Breakdown------- service-------sample # Option 1: Run everything at once php artisan breakdown:setup # Option 2: Run just the tables php artisan breakdown:create-tables # Option 3: Traditional approach php artisan migrate php artisan db:seed --class=BreakdownServiceSeeder