Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Geriano/laravel-inertia-vue-template

Repository files navigation

About This Template

This project is an initial template for building applications. Built using the php programming language, using laravel, inertiajs, and vuejs.

Moved to here

Demo

You can lookup demo in here with username su and password password

Dependencies

Features

User crud

user

Permission crud

permission

Role crud

role

Menu builder

menu-top menu-builder

How to setup this project

  • You can clone this project then go to your project directory
  • Open your shell and installing dependencies
composer install
npm install && npm run dev
  • Copy .env.example file to .env
  • Configure your application, database and other in .env file
  • Run the migration and seeder
php artisan migrate:fresh --seed
  • After all is complete now you can run serve command to look your template
php artisan key:generate
php artisan serve
  • Now your template is ready to use

Note

If you find some bug please create the issue or contact me on gmail: [email protected]