octobercms / docs

The October CMS Documentation
Other
175 stars 227 forks source link

Add a link to plugin activation page from plugin creation page #584

Closed hmsuchier closed 1 year ago

hmsuchier commented 1 year ago

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.

daftspunk commented 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?

hmsuchier commented 1 year ago

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.

daftspunk commented 1 year ago

I'm not sure why that happened, but it shouldn't.

1. Create a plugin

λ php artisan create:plugin Acme.Test

   INFO  Plugin created successfully.

2. Migrate database

λ php artisan october:migrate
Migrating Application and Plugins
Acme.Test
- v1.0.1 First version of Test
Migrating Content Tables
Nothing to migrate.

3. Navigate to System Updates

The plugin appears as enabled by default.