WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Releases: pwweb/laravel-core

v0.3.17

20 Feb 13:15
d5e6bab

Choose a tag to compare

What's Changed

Full Changelog: 0.3.16-beta...0.3.17-beta

v0.3.16

09 Nov 13:55
96a7957

Choose a tag to compare

v0.3.16 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.15-beta...0.3.16-beta

v0.3.15

28 Jul 12:28

Choose a tag to compare

v0.3.15 Pre-release
Pre-release

Add a counts option to find() method.

v0.3.14 - Add support for spatie/medialibrary ^10.

13 Apr 13:43

Choose a tag to compare

0.3.14-beta

📦 Support spatie/laravel-medialibrary ^10.

0.3.13-beta - Support for Laravel 9

10 Apr 13:31

Choose a tag to compare

Pre-release

🐞 Remove redundant namespace.

09 Jul 12:09

Choose a tag to compare

Pre-release
0.3.12-beta

🐞 Redundant namespace removed.

Optional Route Registering and Configurable Path

09 Jul 11:13

Choose a tag to compare

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

05 Jul 12:50

Choose a tag to compare

Updated Request Files Pre-release
Pre-release

The request files for create/update now reference the config files defined values.

Package dependencies changed.

29 May 12:53

Choose a tag to compare

Pre-release
0.3.9-beta

📦 Allow Kalnoy 6.0 and above.

🧹 Removed email verification links

28 May 14:58
ad610a8

Choose a tag to compare

Pre-release
0.3.8-beta

Remove email verification routes