Laravel 11 has added the ability to discovery policy classes automatically!
Leave a CommentCategory: Laravel
While upgrading an application to Laravel 11, I ran into a breaking change in Carbon 3.x that I wanted to share.
1 CommentLaravel Shift’s “Can I Upgrade Laravel Yet?” tool is handy timesaver when preparing to upgrade framework versions.
Leave a CommentLaravel Harbor allows you to create preview environments on Laravel Forge servers when a new pull request is created in GitHub. This has saved my team so much time already.
2 CommentsLaravel 9.38 introduced Isolatable commands, allowing you to ensure a console command can’t run if it’s already running in another process.
Leave a CommentPHPStan is a static code analysis tool. It scans your code, trying to find errors that you wouldn’t usually trigger until runtime; calling a method…
Leave a CommentUsing Laravel Pint to keep your cour PHP code consistently styled the Laravel Way. Includes workflow to automate styling using GitHub Actions.
Leave a CommentWriting a custom TCP-based logger allowed me to get Laravel logging working with Papertrail on platform.sh.
Leave a Comment