Releases: dcblogdev/laravel-admintw
Releases · dcblogdev/laravel-admintw
Updated tests
v3.0.1 updated tests
v3.0.0
- Dropped custom role and permissions and replaced with Spatie's Permissions package https://github.com/spatie/laravel-permission
- Dropped Sent emails, which can be added with https://github.com/dcblogdev/laravel-sent-emails
- Added email verification on register
- Dropped Laravel UI package
- Added
__('lang')
to view files - Dropped support for Laravel 9
- Added PINT for styling call by running
vendor/bin/pint
Add support for Laravel 10
v2.1.2 add support for Laravel 10
v2.1.1
v2.1.0: Merge pull request #12 from dcblogdev/feature/replace-webpack-with-vite
removed Webpack and replaced with Vite
v2.0.6
Correct config('admin.name')
to config('app.name')
Full Changelog: v2.0.5...v2.0.6
use anonymous migrations
Merge pull request #4 from EnriqueRBT/Fix-Migration-Stubs Fix migration stubs
added uuid trait for sent emails
v2.0.4 added uuid trait for sent emails
changed to use uuid primary keys
v2.0.3 changed to use uuid primary keys
merged x-cloak to remove the "blip"
Merge pull request #1 from vdvcoder/patch-1 Added x-cloak to remove the "blip" when page reloads