langleyfoxall / laravel-boilerplate

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

[Installation] Allow installation via `composer create-project` #6

Closed DivineOmega closed 5 years ago

DivineOmega commented 6 years ago

If we change the composer.json package name to langleyfoxall/laravel-boilerplate, and set the package up on Packagist, we should then be able to install the boilerplate using just the following command.

composer create-project --prefer-dist langleyfoxall/laravel-boilerplate
DivineOmega commented 5 years ago

Now released on Packagist, which closes this issue!

https://packagist.org/packages/langleyfoxall/laravel-boilerplate

DivineOmega commented 5 years ago

Re-opening this, as we should probably document the new installation procedure as part of the README.

DivineOmega commented 5 years ago

Fixed in #18 and #21.