chipslays / vilt-stack

An easy way to start developing with the VILT stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An easy way to start developing with the VILT stack*.

Features

Installation

Auto installation using a script:

  1. Clone this repo
  2. php install.php
  3. Enjoy 🤤

Manual installation:

  1. Clone this repo
  2. composer install
  3. npm install
  4. cp .env.example .env
  5. php artisan key:generate

Use Laravel Breeze instead of this shit 🤟

  1. composer create-project laravel/laravel vilt-stack && cd vilt-stack
  2. composer require laravel/breeze --dev
  3. php artisan breeze:install vue --inertia (add --ssr for SSR instead of SPA)
  4. npm install && npm run dev

Development

  1. npm run watch
  2. php artisan serve
  3. Go to http://localhost:8000

*this is my implementation for me, does not pretend to be anything.

About

An easy way to start developing with the VILT stack.


Languages

Language:PHP 91.6%Language:JavaScript 4.3%Language:Vue 2.1%Language:Shell 1.0%Language:Blade 0.8%Language:CSS 0.2%