A template consisting of the packages, tools, etc. I usually use for every new Laravel application.
lolsokje/laravel-template is a Laravel package for a template consisting of the packages, tools, etc. i usually use for every new laravel application..
It currently has 0 GitHub stars and 9 downloads on Packagist (latest version 1.0.0).
Install it with composer require lolsokje/laravel-template.
Discover more Laravel packages by lolsokje
or browse all Laravel packages to compare alternatives.
Last updated
A template consisting of the packages, tools, etc. I usually use for every new Laravel application.
Aside from Laravel, this template comes with;
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