Tim MacDonald
Tim MacDonald
Sunsetting features.
# Context Context allows you to track current and historic "context" (information about the world) throughout a single request / command and across logical boundaries, such as queued jobs. Context...
WIP. Generated with: ```sh grep -R -E " static [A-Za-z_]* ?\\\$" src > statics.txt ``` ## Candidates for conversion to a constant. - [ ] src/Illuminate/Encryption/Encrypter.php: private static $supportedCiphers =...
See: https://github.com/laravel/framework/pull/49730
Hey @ElMassimo! Got a small proposal here for your consideration. Currently, when the Full Reload plugin performs a reload it logs the following... This is great. If I disable the...
see https://github.com/laravel/framework/pull/50617
This PR standardises the spacing of casting in PHP via `(bool) $value` style casts. We currently have an inconsistent usage. I feel that we should standardise on a single space,...
I _think_ that we want strings like this wrapped in literal tags. Please let me know if this is not correct.
See: https://github.com/laravel/framework/pull/50617 This command ships with Laravel, so I figured it would be good to get it standardised as well.
fixes #288 Fixes an issue where the `base` path is not included in the `/public/hot` file. This issue only impacts the `npm run dev` command. When building, assets are appended...