Skip to content

nwrman/laravel-template

Repository files navigation

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:

About

An opinionated starting point for laravel apps

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages