Search

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Forge
Upload Files Using Filepond in Livewire Components image

Upload Files Using Filepond in Livewire Components

If you're using Livewire, now you can easily use Filepond to upload files within Livewire components using Spatie's livewire-filepond package.

Read article
PHP 8.4 Alpha 1 is now out! image

PHP 8.4 Alpha 1 is now out!

The first release of PHP 8.4 is now available and ready for testing

Read article
Laravel Rest Api now supports Laravel Scout image

Laravel Rest Api now supports Laravel Scout

The Laravel Rest Api adds a native integration of Laravel Scout

Read article
Artisan `make` Commands Automatically Chop `.php` Extension in Laravel 11.12 image

Artisan `make` Commands Automatically Chop `.php` Extension in Laravel 11.12

This week, the Laravel team released v11.12, which includes a multiply collection method, automatically chopping the .php extension in make:* commands...

Read article
"Fast Projects" by Larafast: Real life, ready to use Laravel based Boilerplates image

"Fast Projects" by Larafast: Real life, ready to use Laravel based Boilerplates

Fast Projects by Larafast: Real life, ready to use Laravel based Boilerplates

Read article
Prevent Destructive Commands From Running in Laravel image

Prevent Destructive Commands From Running in Laravel

You can now prevent commands like database migrations from accidentally running in production environments. Learn how to use this upcoming feature in...

Read article
A New Validation Rule and the Ability to Manually Fail a Command in Laravel 11.8 image

A New Validation Rule and the Ability to Manually Fail a Command in Laravel 11.8

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 durin...

Read article
New Array Find Functions in PHP 8.4 image

New Array Find Functions in PHP 8.4

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...

Read article
A Look at What's Coming to PHP 8.4 image

A Look at What's Coming to PHP 8.4

PHP 8.4 will be released on November 21, 2024 with property hooks, class instantiation method chaining without surrounding parentheses, and more.

Read article
Property Hooks Get Closer to Becoming a Reality in PHP 8.4 image

Property Hooks Get Closer to Becoming a Reality in PHP 8.4

The Property Hooks RFC for PHP moves closer to coming to PHP 8.4 with an overwhelmingly positive 34/1 vote. Learn about Property Hooks in PHP and the...

Read article
Asserting Exceptions in Laravel Tests image

Asserting Exceptions in Laravel Tests

Learn how to test expected exceptions, fake Laravel's exception handling, and use Laravel's Exceptions facade to assert exceptions in HTTP tests.

Read article
Reversible Form Prompts and a New Exceptions Facade in Laravel 11.4 image

Reversible Form Prompts and a New Exceptions Facade in Laravel 11.4

This week, the Laravel team released v11.4, with reversible form Prompts, a new Exceptions facade, Enum support in the Collection::mapInto() method, a...

Read article
PhpStorm 2024.1 Is Released With a Integrated Terminal, Local AI Code Completion, and More image

PhpStorm 2024.1 Is Released With a Integrated Terminal, Local AI Code Completion, and More

PhpStorm, the PHP IDE by JetBrains, released version 2024.1 this week with a brand new terminal, local AI code completion, Pest improvements, and more...

Read article
Jeffrey Way's PhpStorm Setup in 2024 image

Jeffrey Way's PhpStorm Setup in 2024

Jeffrey Way shares his PhpStorm set up.

Read article
Launch your Startup Fast with LaraFast image

Launch your Startup Fast with LaraFast

LaraFast is a powerful Laravel boilerplate equipped with Jetstream, Tailwind, Inertia.js, and Vue.

Read article
PhpStorm is getting a brand new terminal image

PhpStorm is getting a brand new terminal

Coming to PhpStorm 2024.1 is a new redeveloped terminal that includes everything from visual changes to each ran command being put in its own block, n...

Read article
Handle Money Transactions in Eloquent with Laravel Wallet image

Handle Money Transactions in Eloquent with Laravel Wallet

Laravel Wallet is designed for reliable and flexible payable transactions and handles the complex part of storing transactions in the database for pre...

Read article
With Laravel 10.44 you can add Model Scopes and Observers using PHP Attributes image

With Laravel 10.44 you can add Model Scopes and Observers using PHP Attributes

The Laravel team released v10.44 this week with two Eloquent model attributes to define global scopes and observers, a new select() collection method,...

Read article
How to check what version of Laravel you have installed in 2 seconds image

How to check what version of Laravel you have installed in 2 seconds

How to find your Laravel version in two seconds

Read article
Essential Plugins for PHPStorm Users image

Essential Plugins for PHPStorm Users

We've curated a collection of essential plugins for PhpStorm that we think you’ll enjoy. From our favorite theme to Laravel-specific tools to supercha...

Read article
Ask AI Questions About Your Codebase from the CLI With Laragenie image

Ask AI Questions About Your Codebase from the CLI With Laragenie

Laragenie: An AI chatbot for Laravel with an Artisan CLI integration. Index and ask questions about your codebase to learn about your models, control...

Read article
New Laravel 11 Apps Include a Health Check Endpoint image

New Laravel 11 Apps Include a Health Check Endpoint

As part of the release of Laravel 11, new applications include a health `/up` endpoint.

Read article
Model Casts are moving to methods in Laravel 11 image

Model Casts are moving to methods in Laravel 11

Laravel 11 moves the Model Casts from a property to a method

Read article
Dive into the Streamlined Directory Structure in Laravel 11 image

Dive into the Streamlined Directory Structure in Laravel 11

Let's compare the big changes between the directory structure in Laravel 10 and Laravel 11.

Read article
Eager Load Limit is Coming to Laravel 11 image

Eager Load Limit is Coming to Laravel 11

Laravel 11 will include native support for Jonas Staudenmeir's popular eager-load-limit package. Learn now you can limit the number of eager loaded re...

Read article
Laravel 10.42 - Global Defaults for the HTTP Client, a Max Validation Rule for Passwords, and more image

Laravel 10.42 - Global Defaults for the HTTP Client, a Max Validation Rule for Passwords, and more

Laravel v10.42 includes new global default options for the HTTP client, a max validation rule for the password rule object, a string unwrap helper, an...

Read article
Meet Aspen: Speedier & Smarter API Testing, Outshining Postman and Insomnia image

Meet Aspen: Speedier & Smarter API Testing, Outshining Postman and Insomnia

Treblle launched Aspen, a lightweight Mac app that is an alternative to Postman or Insomnia.

Read article
Handling Bulk Imports in Filament image

Handling Bulk Imports in Filament

Learn how to handle bulk imports in Filament

Read article
Introducing Filament v3.2 image

Introducing Filament v3.2

2024 is off to a roaring start with the release of Filament v3.2! This release is packed with a bunch of exciting updates, so come take a look at ever...

Read article
Laravel 10.41 - Conditional Job Chains, a Number::spell() Threshold, Configurable model:prune Path, and More image

Laravel 10.41 - Conditional Job Chains, a Number::spell() Threshold, Configurable model:prune Path, and More

This week, the Laravel team released v10.41 with conditional job chain dispatching, a threshold parameter for Number::spell(), a customizable model pa...

Read article
Save the date: Laracon US is coming to Dallas TX Aug 27-28, 2024 image

Save the date: Laracon US is coming to Dallas TX Aug 27-28, 2024

Laracon is back for 2024. The flagship Laravel event of the year and the largest PHP conference in the United States is heading to Deep Ellum, Dallas...

Read article
Laracon EU Amsterdam 2024 image

Laracon EU Amsterdam 2024

Join us for two fantastic days with some of the most iconic figures in the Laravel community, as well as networking opportunities.

Read article
Laravel 10.40 - With a Number Clamp Method, an APA-Style Helper, Vite Asset Path Customization, and More image

Laravel 10.40 - With a Number Clamp Method, an APA-Style Helper, Vite Asset Path Customization, and More

The Laravel team released v10.40 with a Number clamp method, an APA-style title case string helper, Vite asset path customization, and more.

Read article
Alpine adds a new build to work with Content Security Policies image

Alpine adds a new build to work with Content Security Policies

Alpine.js now has a CSP build that will with environments where CSP is required

Read article
90 Laravel Tutorials, Packages, and Resources from 2023 image

90 Laravel Tutorials, Packages, and Resources from 2023

This year is coming to a close and to celebrate I put together this post of all the greatest hits each month. This features cool packages, news, and t...

Read article
Laravel 10.38 Released with a new Blade @session directive image

Laravel 10.38 Released with a new Blade @session directive

This week, the Laravel team released v10.38 with a `romRoute() testing helper, a Blade @session directive, basic whereJsonContains() support for SQLit...

Read article
TailwindCSS now with dynamic viewport units, :has() support, balanced headlines, subgrid, and more! image

TailwindCSS now with dynamic viewport units, :has() support, balanced headlines, subgrid, and more!

Tailwind v3.4 is now released with dynamic viewport units, :has() support, balanced headlines, subgrid, and more!

Read article
Heroicons Micro - Icons for High-Density UIs image

Heroicons Micro - Icons for High-Density UIs

Tailwind Labs introduced Heroicons Micro, which includes 288 hand-drawn 16x16 icons for high-density UIs as part of the existing Heroicons.

Read article
Laravel Reverb image

Laravel Reverb

Laravel Reverb is a first-party WebSocket server for Laravel applications, bringing real-time communication between client and server.

Read article
FrankenPHP v1.0 is Here image

FrankenPHP v1.0 is Here

FrankenPHP is a modern PHP application server written in Go, FrankenPHP gives you a production-grade PHP server with just one command.

Read article
Lunar: Laravel E-Commerce logo

Lunar: Laravel E-Commerce

E-Commerce for Laravel. An open-source package that brings the power of modern headless e-commerce functionality to Laravel.

Lunar: Laravel E-Commerce
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit
Bacancy logo

Bacancy

Supercharge your project with a seasoned Laravel developer with 4-6 years of experience for just $2500/month. Get 160 hours of dedicated expertise & a risk-free 15-day trial. Schedule a call now!

Bacancy
MongoDB logo

MongoDB

Enhance your PHP applications with the powerful integration of MongoDB and Laravel, empowering developers to build applications with ease and efficiency. Support transactional, search, analytics and mobile use cases while using the familiar Eloquent APIs. Discover how MongoDB's flexible, modern database can transform your Laravel applications.

MongoDB
No Compromises logo

No Compromises

Joel and Aaron, the two seasoned devs from the No Compromises podcast, are now available to hire for your Laravel project. ⬧ Flat rate of $7500/mo. ⬧ No lengthy sales process. ⬧ No contracts. ⬧ 100% money back guarantee.

No Compromises
Tinkerwell logo

Tinkerwell

The must-have code runner for Laravel developers. Tinker with AI, autocompletion and instant feedback on local and production environments.

Tinkerwell