zekythewolf/lirnui-starter

The skeleton application for the Laravel framework.

V11.0.0 2024-07-14 17:47 UTC

This package is auto-updated.

Last update: 2024-09-14 18:26:22 UTC


README

NodeJS PHP Laravel

Laravel, Inertia, NextUI

Download

For download, you can use one of the Gitlab methods (Github CLI/SSH/HTTPS/Github Desktop)


Latest version

This will automaticly install all php dependencies & create necessary things for laravel

composer create-project zekythewolf/lirnui-starter

Install npm dependencies

npm install

Running aplication

php artisan serve
npm run dev

And you should be ready to go.