Skip to content

Bugfixes that allow the project to work on Laravel versions up to current.#6

Open
bddarwin wants to merge 6 commits intoA-Lawrence:masterfrom
bddarwin:master
Open

Bugfixes that allow the project to work on Laravel versions up to current.#6
bddarwin wants to merge 6 commits intoA-Lawrence:masterfrom
bddarwin:master

Conversation

@bddarwin
Copy link
Copy Markdown

Bugfixes that allow the project to work on Laravel versions up to current.

Fixing src/Console/TestCommand.php to use the updated "handle"
function to run an artisan command (previous function was fire,
which seems to be documented as outdated as of Laravel 5.1 and
removed in Laravel 5.5)

Fixing src/ServiceProvider.php to use singleton() instead of
share() -- share is removed in Laravel 5.4

Fixing composer.json to add autoloading support, making the
config/app.php file edits no longer required.

Fixing readme.md to reference the support for more recent Laravel
versions as well as the new autoload support for versions 5.5 and
greater

Signed-off-by: bddarwin bddarwin@gmail.com

bddarwin added 6 commits May 16, 2019 22:21
…rent.

Fixing src/Console/TestCommand.php to use the updated "handle"
function to run an artisan command (previous function was fire,
which seems to be documented as outdated as of Laravel 5.1 and
removed in Laravel 5.5)

Fixing src/ServiceProvider.php to use singleton() instead of
share() -- share is removed in Laravel 5.4

Fixing composer.json to add autoloading support, making the
config/app.php file edits no longer required.

Fixing readme.md to reference the support for more recent Laravel
versions as well as the new autoload support for versions 5.5 and
greater

Signed-off-by: bddarwin <bddarwin@gmail.com>
Apply fixes from StyleCI -- Apparently I forgot to apply the laravel specific ones in this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant