laravel-template maintained by lolsokje
Laravel Template
A template consisting of the packages, tools, etc. I usually use for every new Laravel application.
Aside from Laravel, this template comes with;
Installation
You can create a new project using this template via composer:
# Download the template
composer create-project --prefer-dist lolsokje/laravel-template
# Install the NPM dependencies
npm install
# Run Vite
npm run dev
Frameworks
- Vue.js
- Inertia.js (not truly a framework, but fits best in this category)
- TailwindCSS