langleyfoxall / laravel-boilerplate

Boilerplate for Laravel with common tools/plugins for ease of development.
MIT License
2 stars 4 forks source link

Laravel Boilerplate

This is our internal boilerplate for Laravel projects, it should hopefully reduce the time it takes for you to setup a project & also improve code standards across the board.

Installation

The Langley Foxall Laravel Boilerplate can be easily installed using Composer. Just run the following command and it will create a new directory for your project.

composer create-project langleyfoxall/laravel-boilerplate

The boilerplate and all its dependencies will be automatically downloaded.

Features

The table below illustrates the planned features and the currently implemented features.

Feature Implemented Desc
Log Viewer Easily viewing logs
React Frontend framework
ESLint Coding standards
Ziggy Use named routes in your js
JWT Auth JWT API authorization
Jest JS testing framework
Enzyme Utilities for testing React
Travis Continuous integration
Dusk Browser testing for Laravel (blade)
Laravel Debug Bar Help debugger

Notes