How to use whereHas() and with() in laravel 8?
Laravel is very famous and widely used PHP Framework. Nowadays, I am doing development in Laravel 8 along with other RoR and Java projects. I was working on a Laravel 8 project in which...
Laravel is very famous and widely used PHP Framework. Nowadays, I am doing development in Laravel 8 along with other RoR and Java projects. I was working on a Laravel 8 project in which...
Migration Generator for Laravel is a package by Bennett Treptow to generate migrations from existing database structures. Source
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 The post Take the Guesswork...
Trackable Jobs for Laravel is a package by Mateus Junges that allows you to track Laravel jobs in your database easily. The post Trackable Jobs for Laravel appeared first on Laravel News. Join the...
The Statamic Static Cache Manager add-on creates a new tool in the control panel to allow you to easily clear a subset of your static cache. The post Statamic Static Cache Manager Add-on appeared...
The Laravel team released Laravel 8.37 with anonymous migration support. Learn about how to start using this feature now in your Laravel 8 applications. The post Anonymous Migrations in Laravel 8.37 appeared first on...
The PHP core Git repository was compromised, and a bad actor pushed two commits that introduced code injection from an HTTP header to the PHP source and impersonated Nikita Popov and Rasmus Lerdorf. The...
Sending email campaigns, newsletters, drip campaigns using Laravel with Mailcoach v4 Mailcoach is a powerful Laravel package for all things email, and v4 now includes campaigns, newsletters, and drip campaigns. The post Sending email...
When testing with Laravel, sometimes it’s helpful to test that a user was redirected back to the page where they “submitted” the form from and Laravel from() is a helper for this. The post...
The Laravel team released 8.34 with type assertions in the fluent JSON API, a ‘prohibited’ validation rule, a new event fake assertion, and the latest changes in the 8.x branch. The post JSON Type...