Skip to content
/ viltbpp Public template

A Laravel starting point with Inertia, Vue, and Tailwind through Breeze, plus Pest and PHPStan

Notifications You must be signed in to change notification settings

gregkos/viltbpp

Repository files navigation

A starting point

This is intended to be an all in one starting point to develop new apps using a modern stack.

Stack

Prerequisites

This is intended to be run with Valet. However, as with any standard Laravel installation, Sail is included, should you prefer a containerized approach.

  • PHP 8+ (Created using 8.2)
  • Node.js 18+ with npm
  • Composer 2+

Installation

  • Clone the repo
  • Run composer install
  • Copy over the .env.example file and populate as needed
  • Run php artisan key:generate to generate a unique key
  • Initialize the database with php artisan migrate
  • Install and build your frontend with npm install && npm run build
  • Use ./vendor/bin/pint, ./vendor/bin/phpstan, and ./vendor/bin/pest as needed

About

A Laravel starting point with Inertia, Vue, and Tailwind through Breeze, plus Pest and PHPStan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published