I cannot register ServiceProders in app.php. I tried these packages: https://github.com/BeatSwitch/lock-laravel https://github.com/davejamesmiller/laravel-breadcrumbs
Once I Register the service provider in my app.php config file. for example in lock-laravel case: ~~ 'BeatSwitch\Lock\Integrations\Laravel\LockServiceProvider', ~~ I get BadMethodCallException error. What is wrong with vendors? Path is correct in error message, but It just doesnt work in new laravel. I had no problems doing totally same steps in laravel 4.2
There is a reason it's L5 and not L4.3. I would say there has been some change to how to implement Service Providers. You'll either have to figure it out and change the code or wait for an update from the packages you want to use.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community