You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[12.x] Update `config/mail.php` to match the latest core configuration (
#6594)
* Update config/mail.php to match the latest core configuration
* Update mail.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[12.x] Remove Unnecessarily @source (#6584)
I think that the `@source` for `.vue` is not important because if we need to use Vue we will use the Vue starter kit
feat: add type hints for $this in routes/console.php (#6559)
* feat: add type hints for $this in routes/console.php
* Update console.php
* Update console.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>