Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Laravel doesn't read migrations and configs from published files #177

Closed
faramarzQ opened this issue Jan 5, 2022 · 1 comment
Closed

Comments

@faramarzQ
Copy link

I installed laravel-subscriptions:v4.1.0 on Laravel:v7,
Now after publishing config and migration files, Laravel still reads them from the vendor diretory. any further actions should be done?

@Omranic
Copy link
Member

Omranic commented Jan 6, 2022

The currently supported versions are Laravel v8+ and PHP v8.1+

So you'll need to use an older version compatible with Laravel v7, and check the PHP version compatibility too.

To use the published migrations instead of the package's ones, please disable the auto-migration config option https://github.com/rinvex/laravel-subscriptions/blob/master/config/config.php#L8

@Omranic Omranic closed this as completed Jan 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants