Skip to content

Admin template for a Laravel 11 / InertiaJS / Vue3 stack / VuetifyJS3 / Sneat

Notifications You must be signed in to change notification settings

evo-mark/livvs-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evoMark company logo

Laravel 11 Application Template

Introduction

This template installs a barebones Laravel 11 installation with the following features:

General

  • InertiaJS / Vue3 framework

Backend

  • Basic auth controllers for login, forgot password, verify email and reset password
  • Command for make:service which creates and binds a service with a backing facade
  • Prebuilt services for flash messages, icon paths and page metadata included
  • Error handling with frontend page for Inertia errors

Frontend

  • Tailwind and sensible presets
  • InertiaRoutes plugin
  • InertiaI18n plugin for using your localisation strings inside Vue
  • Vue3AutoViteComponents plugin which automatically imports components from components/sync and components/async directories.
  • Global Vue component for SvgIcon which registers vue3-icon
  • UnpluginAutoImports will auto-import from vue, @inertiajs/vue3, vue-i18n, inertiaRoutes and both composables and helpers directories.
  • Simple Header, Footer and DefaultLayout application structure.

Development

  • Laravel pint configured for use via composer pint.
  • ESLint and Prettier for code-presentation enforcement
  • Merge support for composer.local.json file

Installation

composer create-project -s dev evo-mark/inertia-11-template example-app

Then inside your created application folder:

  • Setup database and .env file.
  • composer update
  • pnpm install
  • npm run dev

About

Admin template for a Laravel 11 / InertiaJS / Vue3 stack / VuetifyJS3 / Sneat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.0%
  • Blade 25.5%
  • JavaScript 11.1%
  • Vue 5.1%
  • Other 0.3%