- Sidebar nav items customization
- Allow Custom CSS file and JavaScript files
- New spark command
simpletine:setup
to achieve quick installation
- Fixed Command
module:create
missing replacer issue
- Remove fixed logout button from sidebar
- Added logout nav item to
StnConfig.php
- Update assets directory
- Transitioned from traditional manual installation to Composer installation.
- This change enhances stability in version control.
- You can now install the package via Composer using:
composer require simpletine/hmvc-shield
. - This update significantly speeds up the setup process.
- Fix: Template file not found:
controller.new.tpl.php
- Update README.md and CHANGELOG.md
- Implement CodeIgniter Shield
- Implement AdminLTE
- Coding Standard
- Renamed command
make:module
tomodule:create
for better consistency
- Added module
config
folder for management of routes within configs (#5) module:controller
: Create a controller in a specified module (#4)module:model
: Create a model in a specified module (#3)module:copy
: Copy an existing module and rename key elements (#2)
- Initial release
- Implemented
php spark make:module blogs
command for creating new modules calledblogs