Is class instantiation without extra parenthesis coming to PHP 8.4? https://laravel-news.com/php-8-4-class-instantiation-without-extra-parenthesis
Laravel News
Is class instantiation without extra parenthesis coming to PHP 8.4? - Laravel News
Will we be able to drop parenthesis around the new keyword when instantiating a class? Find out the latest on the status of this exciting PHP 8.4 RFC proposal.
❤9👍2👎2
A Look at What's Coming to PHP 8.4 https://laravel-news.com/php-8-4-0
Laravel News
PHP 8.4 is released with Property Hooks, Class Instantiation without extra parenthesis, and more - Laravel News
The PHP team has released PHP 8.4 with new array find functions, property hooks, class instantiation without extra parenthesis, and more.
❤20👍9🔥2🌚2🥱1
Dash UI is a Laravel Blade Component Library Inspired by Shopify Polaris https://laravel-news.com/dash-ui-blade-component-library
Laravel News
Dash UI is a Laravel Blade Component Library Inspired by Shopify Polaris - Laravel News
Dash UI is a component library for Laravel Blade inspired by Shopify Polaris. It is created with Tailwind CSS, Laravel Blade components, and Alpine.js and designed for ease of integration and customization.
👍7👏4
New Proposed Array Find Functions in PHP 8.4 https://laravel-news.com/php-8-4-array-find-functions
Laravel News
New Array Find Functions in PHP 8.4 - Laravel News
Four new array functions are likely coming to PHP 8.4 that are still in the RFC voting stage. Learn about these array_find functions and how they work.
👍12🔥6
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