Take the Guesswork out of Performance Monitoring https://laravel-news.com/scoutapm-take-the-guesswork-out-of-performance-monitoring
Laravel News
Take the Guesswork out of Performance Monitoring
Scout APM is an application performance monitoring add-on solution that examines your Laravel app behavior. Scout helps your business detect and resolve critical performance, as well as stability issues
Keep Logs Tidy With the Log Cleaner Package for Laravel https://laravel-news.com/laravel-log-cleaner
Laravel News
Keep Logs Tidy With the Log Cleaner Package for Laravel - Laravel News
Laravel Log Cleaner is a package by Joost van Veen for keeping your log files small and tidy.
Laravel Forge now has support for Laravel Octane https://laravel-news.com/laravel-forge-now-has-support-for-laravel-octane
Laravel News
Laravel Forge now has support for Laravel Octane
Today, Laravel Forge adds official Laravel Octane support.
Using Laravel translations in Javascript with the Laravel Translations Loader https://laravel-news.com/laravel-translations-in-javascript
Laravel News
Using Laravel translations in Javascript with the Laravel Translations Loader
Have you ever wanted to use the same Laravel translations you use on the back-end in your front-end code, like Vue.js, Angular? This package allows you to do just that!
Handling Signals in Laravel Console Commands https://laravel-news.com/handling-signals-in-laravel-console-commands
Laravel News
Handling Signals in Laravel Console Commands
Laravel Artisan commands can now handle signals through Symfony's signal handling features. Learn more about how to handle signals in Laravel console commands.
Generate Migrations from an Existing Database With the Migration Generator Package https://laravel-news.com/migration-generator-for-laravel
Laravel News
Generate Migrations from an Existing Database With the Migration Generator Package
Migration Generator for Laravel is a package by Bennett Treptow to generate migrations from existing database structures.
How to track your site search in Laravel https://laravel-news.com/how-to-track-your-site-search-in-laravel
Laravel News
How to track your site search in Laravel
Discover what your site users are searching for and act on their behavior with TNT Search Analytics, a comprehensive analytics suite for Laravel developers.
Check if a Laravel request is from the CLI https://laravel-news.com/check-if-a-laravel-request-is-from-the-cli
Laravel News
Check if a Laravel request is from the CLI
There might be times where you need to know if a request to your Laravel app is coming from the CLI or from the web and the runningInConsole helper can tell you.
Why you need a jsconfig.js when using VSCode https://laravel-news.com/jsconfigjs-vscode
Laravel News
Why you need a jsconfig.js when using VSCode
If you want to improve your developer experience when working in JavasScript with VSCode, you need to start adding a `jsconfig.json` file to all your projects.
Create Your Next Project's Readme With This Useful Tool https://laravel-news.com/readmeso
Laravel News
Create Your Next Project's Readme With This Useful Tool
Readme.so is the easiest way to create a README.md file for your next project, created by Katherine Peterson.