In a clone of the master branch:
php artisan route:list
ErrorException : Trying to access array offset on value of type null
at /home/vagrant/code/bagisto/packages/Webkul/API/Http/Controllers/Shop/ResourceController.php:54
50|
51| $this->middleware('auth:' . $this->guard);
52| }
53|
> 54| $this->repository = app($this->_config['repository']);
55| }
56|
57| /**
58| * Returns a listing of the resource.
Exception trace:
1 Illuminate\Foundation\Bootstrap\HandleExceptions::handleError()
/home/vagrant/code/bagisto/packages/Webkul/API/Http/Controllers/Shop/ResourceController.php:54
2 Webkul\API\Http\Controllers\Shop\ResourceController::__construct()
[internal]:0
Please use the argument -v to see more details.
Hi @rabol
This issue has been fixed, kindly pull from master branch.
This issue has been fixed Master
Just have a fresh Install and still have got the problem. I try using php version 7.3 and 7.4 and directly compose a new project with your repo bagisto/bagisto
Most helpful comment
Just have a fresh Install and still have got the problem. I try using php version 7.3 and 7.4 and directly compose a new project with your repo bagisto/bagisto