This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Releases: pwweb/laravel-core
Releases · pwweb/laravel-core
v0.3.17
What's Changed
- Adding support for Laravel 10 by @rabrowne85 in #97
Full Changelog: 0.3.16-beta...0.3.17-beta
v0.3.16
What's Changed
- Add Higher rate option to tax rates by @rabrowne85 in #96
Full Changelog: 0.3.15-beta...0.3.16-beta
v0.3.15
Add a counts option to find()
method.
v0.3.14 - Add support for spatie/medialibrary ^10.
0.3.14-beta 📦 Support spatie/laravel-medialibrary ^10.
0.3.13-beta - Support for Laravel 9
Full Changelog: 0.3.12-beta...0.3.13-beta
🐞 Remove redundant namespace.
0.3.12-beta 🐞 Redundant namespace removed.
Optional Route Registering and Configurable Path
It is now possible to stop the routes from being registered by adding the following to one of your providers:
use PWWEB\Core\Core;
/**
* Register any application services.
*
* @return void
*/
public function register()
{
Core::ignoreMigrations();
}
In addition, you can now configure the path prefix for the routes if you continue to use them - the new $path = env('PWWEB_CORE_PATH', 'core'),
has been added to the config file.
For active users, please add this new entry to your config file.
Updated Request Files
The request files for create/update now reference the config files defined values.
Package dependencies changed.
0.3.9-beta 📦 Allow Kalnoy 6.0 and above.
🧹 Removed email verification links
0.3.8-beta Remove email verification routes