forked from modxcms/evolution
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Description
After performing a fresh, clean installation of Evolution CMS 3.5.x, the Plugins section in the Manager is entirely empty. Standard core plugins that are typically included by default do not appear in the Elements tree or the database table.
Environment
- Evolution CMS Version: 3.5.x
Steps to Reproduce
- Run a fresh installation of Evolution CMS 3.5.x.
- Complete the setup and log in to the Manager.
- Go to Elements > Plugins.
- Observe the empty list.
Expected Behavior
The default set of plugins (such as DocLister, TinyMCE, etc.) should be automatically populated in the site_plugins table and visible in the Manager interface.
Actual Behavior
The plugin list is empty. While the files may exist in assets/plugins/, they are not registered in the system/database.
Possible Cause/Observations
- It seems the migration or the "install" artisan command fails to seed the plugin table during the final stages of installation.
- Check if
php artisan evolution:installorphp artisan migrateis failing to trigger the seeder for core elements.
Screenshot

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels