You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel 4.2 is old but I still have legacy stuff on it. Pulling in laravel-stapler I ran into the error below. After fruitless debugging and tried downgrading to 1.0.07 and everything seems to work.
Argument 1 passed to Codesleeve\\LaravelStapler\\IlluminateConfig::__construct() must be an instance of Illuminate\\Contracts\\Config\\Repository, instance of Illuminate\\Config\\Repository given
Am I missing something or should this be reflected in the installation instructions on the readme?
The text was updated successfully, but these errors were encountered:
Laravel 4.2 is old but I still have legacy stuff on it. Pulling in laravel-stapler I ran into the error below. After fruitless debugging and tried downgrading to 1.0.07 and everything seems to work.
Argument 1 passed to Codesleeve\\LaravelStapler\\IlluminateConfig::__construct() must be an instance of Illuminate\\Contracts\\Config\\Repository, instance of Illuminate\\Config\\Repository given
Am I missing something or should this be reflected in the installation instructions on the readme?
The text was updated successfully, but these errors were encountered: