Releases: ModularThink/modular
Releases · ModularThink/modular
v0.4.3
- Automatically register the module's service provider when running
php artisan make:module MyModule
. Pull Request by @sarahelsagheir
v0.4.2
- Update installer info about the create user command
- Add Pint as the default formatter for PHP files in VS Code config
- Copy config/modular.php during install
- Fix logo URL link for Auth Pages
v0.4.1
- Normalize installer info messages
- Removes the default bootstrap.js file during install
- Removes default created user from installer
- Removes filled user credentials from auth form
- Adds create user command
- Revert package vendor name
v0.4.0
- Updates modular package vendor name
- Adds menu item quick search by Mehedi Jaman
v0.3.14
- Improves meta tags for the site layout
- Adds dynamic meta tags for the site index page
v0.3.13
- Update ACL Tests
- Fix ForgotPage Component padding
v0.3.12
- Fix: Updates eslint config file
v0.3.11
- Updates eslint config file
v0.3.10
- Fixes EditorImage trait
- Updates eslint config
- Fixes all eslint warnings and errors
- Minor Interface adjustments
v0.3.9
- Added missing ACL permissions (by Estiven Muñoz)
- Interface enhancements (by Mehedi Jaman)
- Removed conflicting default Tailwind config during install, fixing the Vite build