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
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
TallStackUI - a new component library for TALL Stack apps image

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 image

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
Introducing the Laravel Number Helpers image

Introducing the Laravel Number Helpers

Laravel has a new Number utility class that provides several new helpers to format numbers.

Read article
Mocking APIs in Laravel Tests With Wiremock image

Mocking APIs in Laravel Tests With Wiremock

Learn how you can use Wiremock, an HTTP mock server, to test your API client integrations in Laravel. Walk through a hands-on example of using Wiremoc...

Read article
Turbine UI - Laravel Blade & Tailwind CSS UI Component Library image

Turbine UI - Laravel Blade & Tailwind CSS UI Component Library

Turbine UI is a library of web components built for Laravel Blade and styled with Tailwind CSS.

Read article
MongoDB Laravel Integration Now Officially Supported image

MongoDB Laravel Integration Now Officially Supported

MongoDB has taken over development of the community-driven MongoDB integration for Laravel framework, making it a first-class citizen in our product p...

Read article
Automatically Upgrade your Laravel Application with the Laravel Updater package image

Automatically Upgrade your Laravel Application with the Laravel Updater package

The Laravel Updater package is a CLI command to check for new versions and update your application to the latest version.

Read article
Laravel Nova gets a fresh new website image

Laravel Nova gets a fresh new website

Laravel Nova just launched a brand-new website with a fresh design.

Read article
LaraJobs logo

LaraJobs

The official Laravel job board

LaraJobs
Shift logo

Shift

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

Shift
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
Laravel Forge logo

Laravel Forge

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

Laravel Forge
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
Lucky Media logo

Lucky Media

Bespoke software solutions built for your business. We ♥ Laravel

Lucky Media