Search

Version 4 of Tinkerwell is available now. Get the most popular PHP scratchpad with all its new features and simplify your development workflow today.

Visit Tinkerwell

"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

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

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

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

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

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

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

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

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

Jeffrey Way shares his PhpStorm set up.

Read article

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

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

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

How to find your Laravel version in two seconds

Read article

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

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

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

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

Read article

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

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

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

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

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

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

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

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!

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

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

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

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

Read article

TallStackUI - a new component library for TALL Stack apps

TallStackUi is a library of ready-to-use components for TALL Stack (Tailwind, Alpine.js, Laravel, and Livewire) applications.

Read article

PHP 8.3 is released with typed class constants, a json_validate function, and more

The PHP team has released PHP 8.3 today with typed class constants, a json_validate() function, and more. Get started with the next stable release of...

Read article
Laravel 10.33 Released image

Laravel 10.33 Released

The Laravel team released v10.33, with new number helper methods, test assertions about batches that exist in a job chain, a hex color validation rule...

Read article
Laravel Cyber Deals image

Laravel Cyber Deals

You can save huge amounts of money on everything from training courses to full applications. This year we’ve compiled a list of all the hot sales.

Read article
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

Larafast: Laravel SaaS Starter Kit

Larafast is a Laravel SaaS Starter Kit with ready-to-go features for Payments, Auth, Admin, Blog, SEO, and beautiful themes. Available with Vue and Livewire stacks.

Larafast: Laravel SaaS Starter Kit

Lucky Media

Bespoke software solutions built for your business. We ♥ Laravel

Lucky Media
Shift logo

Shift

Running an old Laravel version? Instant, automated Laravel upgrades and code modernization to keep your applications fresh.

Shift

LaraJobs

The official Laravel job board

LaraJobs

Tinkerwell

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

Tinkerwell