Tags: CodeSleeve/laravel-stapler
Tags
Patch update for backwards compatibility with Laravel 5. - Broke the service provider for this package into two separate classes for L4 and L5. - Merged in contributed pull requests for handling config publishing, package bootstrapping, etc across the new service providers. - This package now officially supports Laravel 5.
More small bug and typo fixes from the community. - Fixed several typos in the docs from community PR's. - Merged in a community PR to allow for progress display when running the refresh command. - Removed Facade references (in favor of constructor DI) from all commands and Services. - Converted tabs to spaces across all files.
Fixed several small bugs and updated Laravel compatibility. - Updated Laravel-Stapler to use PSR-4 autoloading. - Merged in contributed pull requests to fix several small issues with the migration generator, the version of stapler being used, etc. - Updated composer.json to allow this packages to be used with Laravel 5.