I want to move some controllers into a package, but I also want to be able to test them. I've been a...
The package boots fine from the CLI using tinker. Running from the web, however, shows that it isn't...
The relevant section of my routes.php: http://laravel.io/bin/mkJyn I have two routes (people/list an...
Hi. I'm migrating an old database to a Laravel-based app. One issue I'm coming across is that during...
Guzzle is really nice for that sort of thing, but the documentation can be a bit thin at times.
Then Config::get('package::variable') isn't getting the config from the web UI. And, perhaps more im...
Yes. That's for the register() method, not boot(). I rearranged the providers in config/app. It seem...
I've tried changing the route from people/list to people/all, but it still only works for the people...
The Laravel portal for problem solving, knowledge sharing and community building.
The community