laravel-frontend-presets/inertiajs

A Laravel frontend preset to get you up and running with Inertia.js
4,475 145
Install
composer require laravel-frontend-presets/inertiajs
Latest Version:0.4.0
License:MIT
Last Updated:Jan 29, 2021
Links: GitHub  ·  Packagist
Maintainer: michaeldyrynda

Laravel Frontend preset for Inertia.js

Note: The Inertia.js project is in the very early stages of development and IS NOT yet intended for public consumption. As such, the state of this preset is in flux and may change significantly to accommodate changes in Inertia.js.

A Laravel front-end scaffolding preset for Inertia.js.

This preset scaffolding removes the manual steps required to get up and running with Inertia.js.

Usage

  1. Fresh install Laravel >= 7.0 and cd to your app.
  2. Install this preset via composer require --dev laravel-frontend-presets/inertiajs. Laravel will automatically discover this package. No need to register the service provider.

Installation

  1. Use php artisan ui inertiajs to install the scaffolding
  2. npm install && npm run dev
  3. php artisan serve (or equivalent) to run server and test preset.

More

Learn more about Inertia.js from @reinink's introductory blog post.

Related Packages

travoltron/bootstrap-4

Laravel 5.5.x Front-end preset for Bootstrap 4

766 39
laravel-frontend-presets/zurb-foundation

Laravel 5.5.x Front-end preset for Zurb Foundation

18,696 52
laravel-frontend-presets/bulma

Bulma Frontend Preset For Laravel Framework 5.5 and Up

55,911 170
laravel-frontend-presets/uikit3

Laravel 5.5.X Front-end preset for UIKit 3.

9,689 46