| Install | |
|---|---|
composer require evo-mark/livvs-stack |
|
| PHP: | ^8.2 |
This template installs a bare-bones Laravel 12 installation with the following features:
make:service which creates and binds a service with a backing facadecomponents/sync and components/async directories.SvgIcon which registers vue3-iconvue, @inertiajs/vue3, vue-i18n, inertiaRoutes and both composables and helpers directories.composer pint.composer.local.json filecomposer create-project -s dev evo-mark/livvs-stack example-app
Then inside your created application folder:
.env file.composer updatepnpm installnpm run dev