Releases: dcblogdev/laravel-admintw
Releases · dcblogdev/laravel-admintw
v4.2.0
Fixed namespaced
Fixed routes namespaces after Livewire classes have been moved.
V4 released to use Livewire V3
Released V4 to be compatible with Laravel Livewire V3, any Livewire components that need real-time validation now use .live by default real-time updates are disabled in Livewire, see Livewire 3's website for full details https://livewire.laravel.com/docs/upgrading
v3.0.4
v3.0.3
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