Laravel Origins: The Documentary (Trailer) https://laravel-news.com/laravel-origins-the-documentary-trailer
Laravel News
Laravel Origins: The Documentary (Trailer)
Featuring Taylor Otwell and many others who’ve contributed to making Laravel the technology and community that it is today, Laravel Origins tells the story of why Laravel came to be, how it's grown over the last 10 years and what the future may hold for Taylor…
What Makes Automated Application Monitoring so Important? https://laravel-news.com/what-makes-automated-application-monitoring-so-important
Laravel News
What Makes Automated Application Monitoring so Important?
With the increase in demand for technology and quality assurance, companies are looking to improve their products day by day. For many time and workforce are limited, so companies are interested in solutions that automate their day-to-day work.
Laravel 9 is Now Released! https://laravel-news.com/laravel-9-released
Laravel News
Laravel 9 is Now Released! - Laravel News
Laravel 9—the next major version of Laravel—is now released, including a minimum PHP v8.0 version, controller route groups, a new Ignition error page, and many more features.
Using Scout APM to Monitor a Laravel Application https://laravel-news.com/using-scout-apm-to-monitor-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.
👍1
Keep Your Environment Files Updated with Envy by Worksome https://laravel-news.com/envy
Laravel News
Keep Your Environment Files Updated with Envy by Worksome
Envy is a package by Worksome designed to take the pain out of syncing environment files with your Laravel project.
Avoiding Accidental Email Sends with alwaysTo() https://laravel-news.com/avoiding-accidental-email-sends
Laravel News
Avoiding Accidental Email Sends with alwaysTo()
Sometimes we accidentally send thousands of emails to real customers from our staging environment. There are lots of ways to avoid this, but Laravel has a nice, easy method out of the box!