Looking to hire Laravel developers? Try LaraJobs

laravel-template maintained by nwrman

Description
An opinionated starter setup for laravel projects
Last update
2023/08/05 06:18 (dev-master)
License
Downloads
14
Tags

Comments
comments powered by Disqus

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: