Looking to hire Laravel developers? Try LaraJobs

laravel-template maintained by lolsokje

Description
A template consisting of the packages, tools, etc. I usually use for every new Laravel application.
Last update
2023/02/12 21:30 (dev-master)
License
Links
Downloads
9

Comments
comments powered by Disqus

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

Testing

(Quality) Tools

Other