This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
Releases: cleaniquecoders/laravel-boilerplate
Releases · cleaniquecoders/laravel-boilerplate
Clean Up, Remove Unused Packages
v3.5.3 Update dependencies
Add actions as Blade Component instead of Include
v3.5.2 Rename cardFirgure component and added actions component
Custom Blade Directives, Include and Component
- Fixed Font-Awesome did not display
- Added Blade Include, Component and Directive
Available Blade Include
Forms
@assetDatetimepicker()
@assetDropzone()
@assetSelect2()
@assetTextarea()
@checkbox()
@datetimepicker()
@file()
@hidden()
@input()
@radio()
@selectmultiple()
@select()
@checkbox()
@submit()
@switch()
@textarea()
Misc.
@appName()
@logo()
@avatar()
@datatable()
@popover()
@table()
@tooltip()
Available Blade Component
@card()
@cardFigure()
@collapseContainer()
@collapseContent()
@modalBase()
@modalButton()
@pageTitle()
@tabContent()
@tabNavigation()
@actions()
Available Blade Directive
@icon('fas fa-download')
Added Laravel 5.7 Support
v3.5.0 Remove Service Provider Test for Packages
Update ACL
Improvise ACL Management by using API call, Cache. This will be useful when you have a large set of ACL need to manage.
Update
- Update Test on Auth Pages
- Added Laravel Passport
- Update dependencies
- Update SWAL Message on Change Language.
API
- Installed Laravel Passport & Update Auth API Endpoints
- Update API Header to use separate API Accept and Version header
ACL Management
This release mainly on adding module ACL Management, also adding more fixing and update.
- CI: cache vendor directory
- Macro: Add Breadcrumb for API
- Artisan: Added seed:dev Command
- Artisan: Added seed:dev
- Reorganise route setup.
- Update breadcrumb config
- Fixed datatable API Datatable route setup
- Helper: Added role() and permission()
- ACL: Added ACL Permission
- ACL: Setup ACL
- Component: Fixed on checked
Updates
- Enable null on data in
reponse()->api()
- Moved config hashid to the service.
- Remove db as memory in phpunit config file.
- Reorganise routes.
- Remove logo on auth layout
- Set memory limit for
.php_cs
to 1GB - Apply PHP CS Fixer
- Remove datatable middleware. Use api middleware for datatable.
- Pass accept header and csrf token in datatable request.
- Update form components
- Added Custom Blade Directive using
Blade::component
- Update reference observer to allow custom usage on column in database
- Added user transformer
Fixed display menu
Merge pull request #12 from cleaniquecoders/develop Tabler