You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
When I run the command through artisan in the terminal the command runs perfectly, and as you can tell by the output there is quite a bit going on. But if I run it through web-artisan I get no output and the command does not finish.
What gives? 😄
$ artisan db:seed --class=DummyDataSeeder
Organisation seeded
System "Match Officials System 1" seeded
Competition "Competition 1" seeded
Season "2013" seeded
Round "Round 1" seeded
Round "Round 2" seeded
Competition "Competition 2" seeded
Season "2013" seeded
Round "Round 1" seeded
Round "Round 2" seeded
System "Players System" seeded
Competition "Competition 1" seeded
Season "2013" seeded
Round "Round 1" seeded
Round "Round 2" seeded
Competition "Competition 2" seeded
Season "2013" seeded
Round "Round 1" seeded
Round "Round 2" seeded
System "Match Officials System 2" seeded
Competition "Competition 1" seeded
Season "2013" seeded
Round "Round 1" seeded
Round "Round 2" seeded
Competition "Competition 2" seeded
Season "2013" seeded
Round "Round 1" seeded
Round "Round 2" seeded
Games seeded
Seeded: CoreDummyDataSeed
Core tables seeded with dummy data
The text was updated successfully, but these errors were encountered:
When I run the command through artisan in the terminal the command runs perfectly, and as you can tell by the output there is quite a bit going on. But if I run it through web-artisan I get no output and the command does not finish.
What gives? 😄
The text was updated successfully, but these errors were encountered: