framework
framework copied to clipboard
The Laravel Framework.
The legacy `__wakeup()` method is deprecated as of **PHP 8.5** in favor of `__unserialize()`. These newer methods provide more flexible and explicit control over object unserialization. https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_sleep_and_wakeup_magic_methods https://github.com/laravel/framework/pull/57021
### Laravel Version 12.0 ### PHP Version 8.4.0 ### Database Driver & Version _No response_ ### Description When running `php artisan route:cache` on a freshly installed Vue starter kit with...
### Laravel Version 12.19.3 ### PHP Version 8.4.10 ### Database Driver & Version _No response_ ### Description Hello, The command `artisan schedule:work` run `artisan schedule:run` every minutes, but this works...
### Laravel Version 11.44.2 ### PHP Version 8.3.0 ### Database Driver & Version Mysql 8.2.0 on windows ### RELATED This is probably related to #44882 ### Description In a pivot...
### Laravel Version 12.28.1 ### PHP Version 8.4.12 ### Database Driver & Version Sqlite and postgres ### Description Doing queries in the constructor of a Global Scope that is applied...
Description This PR introduces a new static property on the schema Builder to configure the default column type used by $table->id(). Currently, $table->id() always produces a bigIncrements column. This is...
### Laravel Version 12.20.0 ### PHP Version 8.4.3 ### Database Driver & Version Mysql 8 / Sqlite ### Description When performing large DB inserts with `APP_DEBUG=true`, memory usage doesn't reset...
### Laravel Version 12.18.0 ### PHP Version 8.4.11 ### Database Driver & Version _No response_ ### Description https://laravel.com/docs/12.x/vite#inline-assets We use inline assets for exactly this reason, to inject the CSS...
### Laravel Version 12.0 ### PHP Version 8.4.0 ### Database Driver & Version 8.0.31 ### Description In Laravel 12, if you call `Illuminate\Support\Facades\Event::listen(TestEvent::class);` without providing a listener, the current `Illuminate\Events\Dispatcher::listen()`...
### Laravel Version 12.14.1 ### PHP Version 8.4.11 ### Database Driver & Version _No response_ ### Description Ably announced deprecation of their protocol version 1: https://ably.com/docs/platform/deprecate/protocol-v1 They request to update...