Budy-Love / inertiajs

An Inertia.js frontend preset for the Laravel Framework

Home Page:https://reinink.ca/articles/introducing-inertia-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 >= 6.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 preset 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.

About

An Inertia.js frontend preset for the Laravel Framework

https://reinink.ca/articles/introducing-inertia-js


Languages

Language:PHP 51.3%Language:Vue 24.8%Language:CSS 13.6%Language:JavaScript 7.2%Language:HTML 3.0%