A starter template for rapid web development made using Vue, Inertia, Laravel and Tailwind CSS
- PHP 8.2
- RDBMS
- Composer
- Node
- Git
- Cloning and installation
git clone https://github.com/mis-bghmc/template-larawind.git
cd template-larawind
composer install
npm install
- Environment
copy .env.example .env
- Key Generation
php artisan key:generate
- Database
php artisan migrate
php artisan db:seed --class=DevelopmentSeeder
- App Serving
php artisan serve
npm run dev