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
When I install the package in the app and run php artisan migrate nothing happens.
Then when I run php artisan vendor:publish --tag=ratracore-migrations, the migration gets published and migrate command works.
I thought when I use discoversMigrations() that:
i wouldnt need to specify the hasMigrations with the names, but i still needed to do it.
i wouldnt need to publish the migrations with the artisan command, that it would publish automatically with the installation, but it didnt.
now, do i have something misconfigured, or did i understand this wrong?
my second thought was that with runsMigrations():
the migrate command would be run automatically on install, but it wasnt and i had to run it manually.
again, do i understand it incorrectly or do i have some misconfigurations?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hi, so i have this code in my config
When I install the package in the app and run
php artisan migrate
nothing happens.Then when I run
php artisan vendor:publish --tag=ratracore-migrations
, the migration gets published and migrate command works.I thought when I use
discoversMigrations()
that:now, do i have something misconfigured, or did i understand this wrong?
my second thought was that with
runsMigrations()
:again, do i understand it incorrectly or do i have some misconfigurations?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions