Releases: rappasoft/laravel-boilerplate
Releases · rappasoft/laravel-boilerplate
v8.3.1
v8.3.0
v8.2.2
v8.2.1
Added
Changed
- Updated composer and yarn dependencies
- Updated TR translations
- Updated to Laravel commit: 131a10260e73e83e6b1cd63788b8f6584dd3e98a
v8.2.0
Added
- User search scope
- Role Scope class
- Korean (ko) language pack (#1521)
Changed
- Updated lock files
- Updated all tables to laravel-livewire-tables 1.x
- Updated to Laravel commit: a6ffdbdf416d60c38443725807a260a84dca5045
Removed
- codedungeon/phpunit-result-printer, should use
composer test
for parallel testing.
v8.1.0
v8.0.3
Added
- Added pt_PT language
- Added RO language
- Added missing cors middleware
Changed
- Updated composer
- Updated yarn
- Update to Laravel commit: f0de9fd9967d4e1b4427d8458bf8983bc2cde201
- Upgrade to Laravel Mix 6
- Fixed 2fa/admin issue (#1488)
- Update pt_BR language
- Updated failed_jobs table (#1503, #1501)
Removed
- Google Analytics tag and config since it's done differently since that was added
v8.0.1
v8.0.0
Added
- Added back roave/security-advisories
- Added new database factories
- Added Polish languages
- Added BladeServiceProvider with @captcha directive
- Added Captcha rule
- Added Captcha configs to boilerplate configs
Changed
- Update livewire tables to 0.3
- Updated users/roles table to use new tables
- Moved livewire components into Frontend/Backend and updated calls
- Removed type partial and just merged into table format
- Update PHP to 7.3
- Update Guzzle to v7
- Update Laravel to v8
- Update Socialite to v5
- Update Laravel UI to v3
- Update Lockout to v3
- Update Breadcrumbs to v2
- Update PHP Pretty Printer to v0.29
- Update Ignition to v2.3.6
- Update Collision to v5
- Condense .env.example
- Updated tests to use new factories
- Updated seeders and factories to be namespaced
- Follow Laravel upgrade guide for v8 and change all the needed files
- Update to Laravel commit: 8d3ca07c4cff6d36593625ee4b34e19ce2dba15b
- Update CS/FR/IN languages
- Sort locale dropdown by language not array key
- Modified login/register controllers to use new Captcha rule
Removed
- Remove recaptcha