Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Fixes in the package for it to work with Laravel 7.x

Latest

Choose a tag to compare

@diego-rlima diego-rlima released this 20 Aug 15:29
c923deb
  • Use of Arr::first and Str::startsWith methods instead of array_first and starts_with functions.
  • Use of \Illuminate\Console\Command class instead of Symfony\Component\Console\Command\Command class.
  • Fixed an issue that prevented original commands from being replaced in Laravel 7.x.