Skip to content

dlastnoel/larawind

Repository files navigation

Larawind

Larawind

A starter template for rapid web development made using Vue, Inertia, Laravel and Tailwind CSS

Requirements

  • PHP 8.2
  • RDBMS
  • Composer
  • Node
  • Git

Setup and Configuration

  1. Cloning and installation
git clone https://github.com/mis-bghmc/template-larawind.git
cd template-larawind
composer install
npm install
  1. Environment
copy .env.example .env
  1. Key Generation
php artisan key:generate
  1. Database
php artisan migrate
php artisan db:seed --class=DevelopmentSeeder
  1. App Serving
php artisan serve
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published