A New Validation Rule and the Ability to Manually Fail a Command in Laravel 11.8 https://laravel-news.com/laravel-11-8-0
Laravel News
A New Validation Rule and the Ability to Manually Fail a Command in Laravel 11.8 - Laravel News
This week, the Laravel team released v11.8, with a new validation rule, the ability to fail a command outside the handle() method, create a view during make:mail, and more.
👍6😍2
Real Time Command Line Monitoring With Laravel Top https://laravel-news.com/laravel-top
Laravel News
Real Time Command Line Monitoring With Laravel Top - Laravel News
Laravel Top provides real-time monitoring directly from the command line for Laravel applications. It helps you track critical metrics and see the busiest routes in your application.
🔥18😍11
Configuring Laravel With Additional Environment Files https://laravel-news.com/additional-env-files-in-laravel
Laravel News
Configuring Laravel With Additional Environment Files - Laravel News
In Laravel, you can configure additional environment files that will load instead of the `.env` file. Let's look at how to do this, with some practical examples like using an '.env.testing' env file.
🔥9👍4
The Ability to Prevent Destructive Commands From Running is Coming to Laravel 11 https://laravel-news.com/prevent-destructive-commands-from-running-in-laravel-11
Laravel News
Prevent Destructive Commands From Running in Laravel - Laravel News
You can now prevent commands like database migrations from accidentally running in production environments. Learn how to use this upcoming feature in your Laravel 11 applications.
👍14
Audit MySQL Databases in Laravel With the DB Auditor Package https://laravel-news.com/laravel-db-auditor
Laravel News
Audit MySQL Databases in Laravel With the DB Auditor Package - Laravel News
The DB Auditor package for Laravel helps you audit your MySQL database standards and provides options to add missing constraints via CLI.
👏9👎1
A New Minimal Default Exception Page With Dark Mode Support in Laravel 11.9 https://laravel-news.com/laravel-11-9-0
Laravel News
A New Minimal Default Exception Page With Dark Mode Support in Laravel 11.9 - Laravel News
This week, the Laravel team released v11.9, which includes a new default exception page, a way to prevent destructive commands from running, a withoutDelay() queue method, and more.
👍12👎3😁2❤1
Monitor Code Processing Time in PHP with Time Warden https://laravel-news.com/time-warden
Laravel News
Monitor Code Processing Time in PHP with Time Warden - Laravel News
Time Warden is a lightweight PHP library that enables you to monitor processing time of tasks and allows take actions on thresholds that exceed defined execution time limits.
👍10❤4🔥1
Eloquent JoinWith Package for Laravel https://laravel-news.com/eloquent-joinwith
Laravel News
Eloquent JoinWith Package for Laravel - Laravel News
Laravel Eloquent Join With is a package that simplifies performing efficient database joins on existing Eloquent relationships of type HasOne and BelongsTo.
❤6👍5
The ultimate guide to Laravel Validation https://laravel-news.com/laravel-validation
Laravel News
The ultimate guide to Laravel Validation - Laravel News
Validation is an important part of any web application. It can help to prevent security vulnerabilities, data corruption, and a whole host of other issues that can arise when you're working with user input.
👍10❤3🔥3🥱1
Using Eloquent Factories With PHPUnit Data Providers https://laravel-news.com/eloquent-factories-with-phpunit-data-providers
Laravel News
Using Eloquent Factories With PHPUnit Data Providers - Laravel News
Using data providers with feature tests can pose a problem because they run before Laravel is bootstrapped. Let's look at how to use Eloquent factories within PHPUnit data providers.
❤4
Use a Closure with updateOrInsert() in Laravel 11.10 https://laravel-news.com/laravel-11-10-0
Laravel News
Use a Closure with updateOrInsert() in Laravel 11.10 - Laravel News
This week, the Laravel team released v11.10, with the ability to pass a callback to Builder::updateOrInsert(), support for soft-deleted models with explicit route model binding, and more.
👍6
Randomize Command Execution Time with the Chaotic Schedule Package for Laravel https://laravel-news.com/chaotic-schedule-pacakge-for-laravel
Laravel News
Randomize Command Execution Time with the Chaotic Schedule Package for Laravel - Laravel News
The Chaotic Schedule package for Laravel allows you to randomize scheduled command execution time and date intervals via Pseudorandom number generators.
❤6👍3
Manage Events, Feature Flags, and More with PostHog for Laravel https://laravel-news.com/laravel-posthog
Laravel News
Manage Events, Feature Flags, and More with PostHog for Laravel - Laravel News
Laravel PostHog is a package integrating PostHog—a platform to analyze, test, observe, and deploy new features—with Laravel. Learn how to use this package with Laravel to start observing your app's features.
👍7
"Fast Projects" by Larafast: Real life, ready to use Laravel based Boilerplates https://laravel-news.com/fast-projects
Laravel News
"Fast Projects" by Larafast: Real life, ready to use Laravel based Boilerplates - Laravel News
Fast Projects by Larafast: Real life, ready to use Laravel based Boilerplates
💩16👍2❤1🤔1😐1
Sentry and Laravel announce a new partnership https://laravel-news.com/sentry-and-laravel-announce-a-new-partnership
Laravel News
Sentry and Laravel announce a new partnership - Laravel News
Sentry and Laravel announce a new partnership with Forge and Vapor
🔥11🤔6👍2❤1💩1
Share Error Package for Laravel's New Exception Page https://laravel-news.com/laravel-share-error-package
Laravel News
Share Error Package for Laravel's New Exception Page - Laravel News
When Laravel moved to the new minimal default Exception Page in Laravel 11.9, Spatie released a Laravel Share Error package that brings back the ability to share your Laravel exceptions with others like the Laravel Ignition error page.
❤4🥱4👍3
Laravel Herd v1.7 is out with updates to the dump UI https://laravel-news.com/laravel-herd-1-7
Laravel News
Laravel Herd v1.7 is out with updates to the dump UI - Laravel News
Laravel Herd v1.7 is out with updates to the dump UI
👎12👍3
Neovim Plugin to for Navigating Laravel and Livewire Components https://laravel-news.com/neovim-laravel-livewire-plugin
Laravel News
Neovim Plugin to for Navigating Laravel and Livewire Components - Laravel News
LALI Components is a Neovim plugin for autocompletion of Laravel and Livewire components by community member Ricardo Ramirez.
👍9👎1
Create a DateTime from a Timestamp With this New Method Coming to PHP 8.4 https://laravel-news.com/php-8-4-datetime-create-from-timestamp-method
Laravel News
Create a DateTime from a Timestamp With this New Method Coming to PHP 8.4 - Laravel News
Creating a DateTime from a Unix timestamp will be more convenient in PHP 8.4 with the new createFromTimestamp() method.
❤14🔥5👎1🥱1
Backpack turns 8 years old, celebrates with 40% discount https://laravel-news.com/backpack-8-anniversary
Laravel News
Backpack turns 8 years old, celebrates with 40% discount - Laravel News
The top admin panel library Backpack has just turned 8 years old. To celebrate, they're having a huge discount campaign.
💩8🔥2
Asserting a JSON Response Structure in Laravel https://laravel-news.com/asserting-json-response-structure-in-laravel
Laravel News
Asserting a JSON Response Structure in Laravel - Laravel News
Learn how you can test the JSON structure of responses in Laravel using powerful JSON assertion methods available in Laravel's TestResponse class.
👍8🔥4