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
I followed this documentation to add additional folders for modules. I enabled scan->enabled to true, added autoload to composer.json, created module inside folder Connectors\Thalias, and enabled module.
I created a seeder inside Database\Seeders, then I ran the command: php artisan module:seed Thalias.
Terminal return success, but the seed is not running.
So I had to run the command: "php artisan db:seed --class=Connectors\\Thalias\\Database\\Seeders\\ThaliasDatabaseSeeder" manually.
How to fix this issue? thanks.
The text was updated successfully, but these errors were encountered:
I followed this documentation to add additional folders for modules. I enabled scan->enabled to true, added autoload to composer.json, created module inside folder Connectors\Thalias, and enabled module.
I created a seeder inside Database\Seeders, then I ran the command:
php artisan module:seed Thalias
.Terminal return success, but the seed is not running.
So I had to run the command: "
php artisan db:seed --class=Connectors\\Thalias\\Database\\Seeders\\ThaliasDatabaseSeeder
" manually.How to fix this issue? thanks.
The text was updated successfully, but these errors were encountered: