How to monitor your Laravel application by services (not by hostnames) https://laravel-news.com/how-to-monitor-your-laravel-application-by-services-not-by-hostnames
Laravel News
How to monitor your Laravel application by services (not by hostnames)
Learn how to monitor your Laravel application by services and not by hostnames.
๐2๐ฉ2
Aloia โ A Flat-file CMS for Laravel 9 https://laravel-news.com/aloia-a-flat-file-cms-for-laravel-9
Laravel News
Aloia โ A Flat-file CMS for Laravel 9
Aloia CMS is a flat-file content management system for Laravel 9.
๐3
Laravel Jetstream: Add CRUD with Spatie Permission https://laravel-news.com/jetstream-spatie-permission
Laravel News
Laravel Jetstream: Add CRUD with Spatie Permission
I see many people struggle with customizing Jetstream after installation, and with adding more functionality. So, in this article, let's add a simple CRUD with roles/permissions, on top of Jetstream.
๐19๐ฅ5๐1
Using Scout APM to Monitor a Laravel Application https://laravel-news.com/scout-apm-for-monitoring-a-laravel-application
Laravel News
Using Scout APM to Monitor a Laravel Application
Scout APM is a Laravel application performance monitoring tool that ties performance anomalies directly to endpoints, saving developers hours of time spent on troubleshooting and debugging.
๐ฉ10๐1
Laravel Roles and Permissions: Gates and Policies Explained https://laravel-news.com/laravel-gates-policies-guards-explained
Laravel News
Laravel Roles and Permissions: Gates and Policies Explained - Laravel News
In Laravel, roles and permissions have been one of the most confusing topics over the years. Mostly, because there is no documentation about it: the same things "hide" under other terms in the framework, like "gates", "policies", "guards", etc. In this articleโฆ
๐14
Laravel Dusk Browser Testing: Best Practices & Tips https://laravel-news.com/laravel-dusk-browser-testing-best-practices-and-tips
Laravel News
Laravel Dusk Browser Testing: Best Practices & Tips
There are various best practices that can help with building and maintaining Laravel Dusk browser tests (and I wish we had known all of these when we started with our test suite). In this article, see some of the lessons we've learned so you can write betterโฆ
๐10
A Simple Wallet Implementation for Laravel https://laravel-news.com/laravel-wallet
Laravel News
A Simple Wallet Implementation for Laravel
Laravel Wallet by Stephen Jude is a simple wallet implementation for Laravel models.
๐6๐ฅ3
Tinkerwell 3 - The PHP code runner is released https://laravel-news.com/tinkerwell-3
Laravel News
Tinkerwell 3 - The PHP code runner is released
The team at Beyond Code released Tinkerwell 3 with intelligent code completion, magic comments and a stunning new design.
๐23๐5
Releasing Bouncer: Roles and Permissions for Laravel apps https://laravel-news.com/bouncer-v1
Laravel News
Releasing Bouncer: Roles and Permissions for Laravel apps
After many years in development, 56 releases, 1.3 million downloads, and over 2,800 unsolicited stars, Bouncer has finally reached version 1.0.
๐14๐ฅ2
Eloquent Performance: 4 Examples of N+1 Query Problems https://laravel-news.com/laravel-n1-query-problems
Laravel News
Eloquent Performance: 4 Examples of N+1 Query Problems
Eloquent performance is typically the main reason for slow Laravel projects. A big part of that is a so-called "N+1 Query Problem". In this article, I will show a few different examples of what to watch out for, including the cases when the problem is "hidden"โฆ
๐ฅ10๐5
Using Scout APM to Monitor a Laravel Application https://laravel-news.com/scout-apm-for-monitoring-a-laravel-application
Laravel News
Using Scout APM to Monitor a Laravel Application
Scout APM is a Laravel application performance monitoring tool that ties performance anomalies directly to endpoints, saving developers hours of time spent on troubleshooting and debugging.
๐ฉ17๐คฎ2๐1๐1