cherifGsoul / slim-inertiajs-demo

Inertiajs PSR15 with Slim PHP demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slim Inertiajs

Install

For PHP

composer install

For JS:

yarn install

Or:

npm install

Watch JS during development:

yarn watch

or

npm run watch

Build JS:

yarn build

or

npm run build

Run PHP server:

php -S localhost:8000 -t public

About

Inertiajs PSR15 with Slim PHP demo


Languages

Language:PHP 62.5%Language:JavaScript 23.5%Language:Twig 7.6%Language:Svelte 6.3%