lolsokje/laravel-template

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

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/lolsokje/laravel-template

1.0.0 2023-02-12 20:30 UTC

This package is auto-updated.

Last update: 2025-12-13 02:39:54 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