lolsokje/laravel-template

A template consisting of the packages, tools, etc. I usually use for every new Laravel application.

1.0.0 2023-02-12 20:30 UTC

This package is auto-updated.

Last update: 2024-04-12 23:07:46 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

Testing

(Quality) Tools

Other