Closed hmsuchier closed 1 year ago
I'm not sure this is a thing. What steps did you take to introduce a plugin that was disabled at the start?
Hi, for my current project's specific requirements, I had to create a plugin, and then to have the plugins features actually effective on the project, I had to activate it.
I'm not sure why that happened, but it shouldn't.
λ php artisan create:plugin Acme.Test
INFO Plugin created successfully.
λ php artisan october:migrate
Migrating Application and Plugins
Acme.Test
- v1.0.1 First version of Test
Migrating Content Tables
Nothing to migrate.
The plugin appears as enabled by default.
When a plugin is created, it is required to be activated manually. I struggled a moment to find out. A link in the doc between those two section could be a benefit.