News

Laravel Breeze Now With Inertia.js

Published
Laravel Breeze Now With Inertia.js image

Laravel released an Inertia.js option for the Laravel Breeze starter kit you can use to create a minimal starting point for building Laravel applications with authentication:

The --inertia flag offers an optional frontend implementation that scaffolds Inertia.js, Vue, and PHP code you'll need to get started:

# New option to use Intertia
php artisan breeze:install --inertia
npm install
npm run dev
 
# Default Breeze install uses blade templates
php artisan breeze:install

If you'd like to learn more, I'd suggest starting a new Laravel app and installing breeze with the --inertia flag. If you're curious, you can see all the stubs copied into your project during a breeze install. Stubs include configuration for Tailwind, Webpack, Laravel routes, all the JS you'll need for authentication views, and controllers.

You can see the details of this feature by checking out Pull Request #44 to the laravel/breeze repo. It's also worth reemphasizing that all of this scaffolding is optional. Laravel doesn't require that you use Inertia, Tailwind, or any other tool.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article