nwrman/laravel-template

An opinionated starter setup for laravel projects

v1.0.0 2022-03-12 20:08 UTC

This package is auto-updated.

Last update: 2024-05-05 06:03:37 UTC


README

Laravel template

This is an opinionated Laravel template that includes the following:

Create a new project with composer:

composer create-project nwrman/laravel-template my-new-project dev-master

After pulling the project dont't forget to update dependencies

composer update

Generate model ide helpers

composer model-helpers 

Lint everything

composer lint

Lint only modified files

composer lint --dirty

Make sure that everything is ok

composer test

Toolset

The created application is configured with the following tools: