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
Enhance .gitignore to exclude common OS and log files (#6619)
* refactor(gitignore): Update .gitignore to exclude OS-generated and log files
* Update .gitignore
---------
Co-authored-by: Taylor Otwell <[email protected]>
[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 <[email protected]>
[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 <[email protected]>