Search

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

Visit Laravel Forge
Laravel raises a $57 million Series A from Accel image

Laravel raises a $57 million Series A from Accel

Laravel has raised a $57M Series A in partnership with Accel

Read article
Chaperone Eloquent Models in Laravel 11.22 image

Chaperone Eloquent Models in Laravel 11.22

The Laravel team released v11.22 this week, with the chaperone() Eloquent method for inverse relations, support for passing backed Enums to Queuable m...

Read article
Generate Entity-Relationship Diagrams with Laravel image

Generate Entity-Relationship Diagrams with Laravel

Learn how to generate Entity-Relationship Diagrams from your Laravel models with the Laravel ERD package.

Read article
Laravel Developer Survey image

Laravel Developer Survey

The team at Adeva is doing a Laravel Developer Survey.

Read article
Pinkary is now fully open source image

Pinkary is now fully open source

Nuno Maduro announced that Pinkary.com is now fully open source. Built with Laravel, Livewire, Tailwind, and more, get ready to learn a ton from this...

Read article
The Laracon US 2024 Keynote by Taylor Otwell is Now Available image

The Laracon US 2024 Keynote by Taylor Otwell is Now Available

If you missed the incredible Laracon US Keynote delivered by Laravel creator Taylor Otwell, you can now watch it in full. Learn about the official VS...

Read article
Andrew Schmelyun: Publishing Video Courses, Virtual and Physical Worlds, LLM's image

Andrew Schmelyun: Publishing Video Courses, Virtual and Physical Worlds, LLM's

Eric Barnes interviews Andrew Schmelyun a full-stack developer and content creator

Read article
Introducing Laravel Cloud image

Introducing Laravel Cloud

Laravel Cloud is your new fully managed infrastructure platform for Laravel. Go from Hello World to Hello Web in one minute or less.

Read article
Everything We Know about Pest 3 image

Everything We Know about Pest 3

Nuno Maduro was the opening speaker at Laracon US 2024 on Tuesday, unveiling impressive new features for Pest v3.0.

Read article
Highlights from Taylor Otwell's Laracon US Keynote 2024 image

Highlights from Taylor Otwell's Laracon US Keynote 2024

Taylor Otwell gave his keynote address at the end of day one of Laracon US 2024, with many ambitious projects, such as an official VS code extension,...

Read article
Laracon US 2024 Live from Dallas image

Laracon US 2024 Live from Dallas

Laracon US 2024 kicks off today at 9:30 central time! If you aren't at the live venue, Laravel is live-streaming the conference.

Read article
Lightweight Spreadsheets for Laravel image

Lightweight Spreadsheets for Laravel

If you're looking for a lightweight package that can read and write spreadsheets, Chris Morrell's Linen project is a lightweight spreadsheet package f...

Read article
How to  Build Your First PHP Package image

How to Build Your First PHP Package

If you're new to PHP and you want to create a PHP package from scratch, let's dive in together see how it's done!

Read article
LCS #5 - Patricio: Mingle JS,  PHP WASM, VoxPop image

LCS #5 - Patricio: Mingle JS, PHP WASM, VoxPop

PatricioOnCode joins us to talk about Mingle JS which allows you to mix React and Vue components in Livewire.

Read article
Asset Prefetching Strategies with Vite in Laravel 11.21 image

Asset Prefetching Strategies with Vite in Laravel 11.21

The Laravel team released v11.21 this week, which includes asset prefetching strategies for Vite, a convenience method to force-destroy a model with s...

Read article
Laravel SEO made easy with the Honeystone package image

Laravel SEO made easy with the Honeystone package

The Honeystone SEO package for Laravel makes configuring SEO metadata from anywhere within your Laravel application a breeze.

Read article
Laravel Model Tips image

Laravel Model Tips

Let's look at some of my favorite tips for working with Laravel models

Read article
Learn how to create custom Facades in Laravel image

Learn how to create custom Facades in Laravel

If Facades have ever confused you as someone new to Laravel, come along with me and learn how to identify the service behind ANY Facade you might see...

Read article
Some of the announcements coming to Laracon US image

Some of the announcements coming to Laracon US

On the recent Laravel Podcast, Taylor and Matt discussed some of the announcements coming out at Laracon US

Read article
Git Hooks Made Easy: How Whisky Helps Developers with Len Woodward image

Git Hooks Made Easy: How Whisky Helps Developers with Len Woodward

Learn how Whisky make Git Hooks easy

Read article
The August 2024 Laravel Worldwide Meetup image

The August 2024 Laravel Worldwide Meetup

The next Laravel Worldwide Meetup is August 20th, 2024 at 16:00 UTC featuring Yaz Jallad and Drishti Jain. Find out when this even happens in your own...

Read article
Automated API documentation generation for Laravel with static code analysis using Scramble image

Automated API documentation generation for Laravel with static code analysis using Scramble

Learn how static code analysis can simplify and automate API documentation generation in Laravel, keeping the documentation accurate, up-to-date, and...

Read article
Block Known Spam IPs from Your Laravel App with the Abuse IP Package image

Block Known Spam IPs from Your Laravel App with the Abuse IP Package

The Abuse IP package for Laravel adds a layer of protection to your Laravel application from known spam IPs.

Read article
Remove Duplicate Characters in Strings With Laravel image

Remove Duplicate Characters in Strings With Laravel

Learn how to remove string duplication in Laravel with the deduplicate() string helper in Laravel 11.

Read article
Building Desktop Applications using Native PHP with Simon Hamp image

Building Desktop Applications using Native PHP with Simon Hamp

In this episode of the Laravel Creator Spotlight, we are joined by Simon Hamp, the creator of Native PHP, to talk about the project and its potential.

Read article
Create Actions and Workflows with this Laravel Workflows Package image

Create Actions and Workflows with this Laravel Workflows Package

The Safemood/laravel-workflow package by Khalil Bouzidi simplifies workflows in Laravel. With this package, you can define complex workflows, break th...

Read article
Filament Gaze: Show When Multiple Users View the Same Resource image

Filament Gaze: Show When Multiple Users View the Same Resource

Filament Gaze is a plugin for Filament PHP that allows you to display when other users view the same resource. Learn how to quickly lock a resource a...

Read article
A New String Helper, Assert Enums in AssertableJson, and more in Laravel 11.20 image

A New String Helper, Assert Enums in AssertableJson, and more in Laravel 11.20

The Laravel team released v11.20 this week, including a new collection method, a deduplicate string method, the ability to use Enums with AssertableJs...

Read article
Laravel Log Files Support in PhpStorm image

Laravel Log Files Support in PhpStorm

Take a look at how the latest version of PhpStorm has improved logger support

Read article
Use Laravel's Built-in SetUp Hooks for Application Test Traits image

Use Laravel's Built-in SetUp Hooks for Application Test Traits

Using Laravel's foundation TestCase setup logic, you can clean up the setup() and tearDown() code required to use test traits you create for your appl...

Read article
Active Sessions Card for Laravel Pulse image

Active Sessions Card for Laravel Pulse

The Active Sessions card for Laravel Pulse shows your application's total number of sessions, including Web and API users.

Read article
Maska is a Simple Zero-dependency Input Mask Library image

Maska is a Simple Zero-dependency Input Mask Library

Maska is a simple, zero-dependency input mask for JS, Vue, Svelete, and Alpine.js. Learn how you can easily mask and format inputs with a simple API.

Read article
Add Swagger UI to Your Laravel Application image

Add Swagger UI to Your Laravel Application

The Laravel Swagger UI package makes it easy to make your project's Swagger (OpenAPI v3 JSON or YAML) file accessible in a Swagger UI right in your La...

Read article
Assert the Exact JSON Structure of a Response in Laravel 11.19 image

Assert the Exact JSON Structure of a Response in Laravel 11.19

The Laravel team released v11.19 this week, including asserting the exact JSON structure, a Number::trim() method, HTML assertion convenience methods,...

Read article
Build SSH Apps with PHP and Laravel Prompts image

Build SSH Apps with PHP and Laravel Prompts

The ssh-php project by Sam Carré is ridiculously simple starting point for building Text-based User Interfaces (TUIs) in PHP over SSH.

Read article
Add Comments to your Laravel Application with the Commenter Package image

Add Comments to your Laravel Application with the Commenter Package

The Commenter package for Laravel is a feature-rich modern package that addresses your commenting needs in a Laravel application.

Read article
Laravel Advanced String Package image

Laravel Advanced String Package

Matt Stenson created a Laravel Advanced String package that adds extra advanced string manipulation methods to the built-in Str class.

Read article
Take the Annual State of Laravel 2024 Survey image

Take the Annual State of Laravel 2024 Survey

Take the State of Laravel 2024 survey to contribute your voice to the Laravel community. By sharing and participating, you can help us gain more insig...

Read article
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
Introducing Built with Laravel image

Introducing Built with Laravel

Built With Laravel is a list of companies and organizations using Laravel in the non-Laravel world. This is *the* list to use when you want to show so...

Read article
Shift logo

Shift

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

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

Laravel Forge

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

Laravel Forge
Lucky Media logo

Lucky Media

Get Lucky Now - the ideal choice for Laravel Development, with over a decade of experience!

Lucky Media
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Multi-tenant 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
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