Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Releases: cleaniquecoders/laravel-boilerplate

Clean Up, Remove Unused Packages

24 Sep 15:06
Compare
Choose a tag to compare
v3.5.3

Update dependencies

Add actions as Blade Component instead of Include

09 Sep 03:21
Compare
Choose a tag to compare
v3.5.2

Rename cardFirgure component and added actions component

Custom Blade Directives, Include and Component

09 Sep 03:16
Compare
Choose a tag to compare
  • 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

08 Sep 11:05
Compare
Choose a tag to compare
v3.5.0

Remove Service Provider Test for Packages

Update ACL

05 Aug 15:54
Compare
Choose a tag to compare

Improvise ACL Management by using API call, Cache. This will be useful when you have a large set of ACL need to manage.

Update

04 Aug 23:29
Compare
Choose a tag to compare
  • Update Test on Auth Pages
  • Added Laravel Passport
  • Update dependencies
  • Update SWAL Message on Change Language.

API

27 Jul 04:51
Compare
Choose a tag to compare
API
  1. Installed Laravel Passport & Update Auth API Endpoints
  2. Update API Header to use separate API Accept and Version header

ACL Management

22 Jul 10:03
c4d31f3
Compare
Choose a tag to compare

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

04 Jul 09:29
b7ada0e
Compare
Choose a tag to compare
  • 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

16 May 02:50
48be3ad
Compare
Choose a tag to compare
Merge pull request #12 from cleaniquecoders/develop

Tabler