Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/savannabits/jig

Readily Configured Starter Template to quickly setup Jetstream Inertia Generator
https://github.com/savannabits/jig

jig template

Last synced: 4 days ago
JSON representation

Readily Configured Starter Template to quickly setup Jetstream Inertia Generator

Awesome Lists containing this project

README

        

# (Laravel + Vite.js + Tailwindcss + Vue3) + JIG CRUD Generator
## Intro
This is a starter template with a ready-made setup of [Jetstream Inertia Generator](https://github.com/coolsam726/jetstream-inertia-generator) to avoid the hassle of initial configuration.

## What you will get
* Already configured Users, Roles and Permissions Modules
* Fully working JIG CRUD generator
* Jetstream + Inertia + Fortify
* Laravel Permissions
* Simple Landing Page
* Jetstream+Inertia's default Profile Page

## Steps to Setup for Dev:
* Click **Use This Template** to clone this template to your own repository
* Clone your repo to your local machine
* Setup your database
* `composer install`
* `yarn install`
* `cp .env.example .env`
* `php artisan key:generate`
* `php artisan migrate --seed`
* `php artisan storage:link`
* `php artisan serve`
* `yarn dev`

## Building assets for production:
* Simply run `yarn build` to build assets for production.

## Issues:
In case of any issues, please create an issue in this repository or in the Parent [Jetstream Inertia Generator](https://github.com/coolsam726/jetstream-inertia-generator) repo.

## Support:
* If you like the effort that we've put into this, please take a minute to give us a star. Thank you.