langleyfoxall / laravel-boilerplate

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

Feature/package name change #14

Closed DivineOmega closed 5 years ago

DivineOmega commented 5 years ago

In order to allow install via composer create-project we need to change the package name. This will also require a new major release, as the package name change is breaking.

This relates to #6.