lolsokje / laravel-template
A template consisting of the packages, tools, etc. I usually use for every new Laravel application.
Package info
github.com/lolsokje/laravel-template
Type:project
pkg:composer/lolsokje/laravel-template
1.0.0
2023-02-12 20:30 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.2
- inertiajs/inertia-laravel: ^0.6.9
- laravel/framework: ^10.0
- laravel/tinker: ^2.8
- tightenco/ziggy: ^1.5
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.8
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- nunomaduro/phpinsights: ^2.7
- pestphp/pest: ^1.20
- pestphp/pest-plugin-parallel: ^1.2
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2026-03-13 03:23:36 UTC
README
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