Support the ongoing development of Laravel.io →

impleri

Joined 24 Mar 2014

Statistics

Threads 4
Replies 4
Solutions 0
Articles 0

Best practice for testing controllers within a package?

I want to move some controllers into a package, but I also want to be able to test them. I've been a...

0 Likes
0 Replies
posted 9 years ago

Package not always booted?

The package boots fine from the CLI using tinker. Running from the web, however, shows that it isn't...

0 Likes
5 Replies
posted 9 years ago

Route failing on one but not the other

The relevant section of my routes.php: http://laravel.io/bin/mkJyn I have two routes (people/list an...

0 Likes
3 Replies

Deleted at defaulting to zero?

Hi. I'm migrating an old database to a Laravel-based app. One issue I'm coming across is that during...

0 Likes
0 Replies
replied 9 years ago

cURL or is there a native alternative?

Guzzle is really nice for that sort of thing, but the documentation can be a bit thin at times.

0 Likes
replied 9 years ago

Package not always booted?

Then Config::get('package::variable') isn't getting the config from the web UI. And, perhaps more im...

0 Likes
replied 9 years ago

Package not always booted?

Yes. That's for the register() method, not boot(). I rearranged the providers in config/app. It seem...

0 Likes
replied 9 years ago

Route failing on one but not the other

I've tried changing the route from people/list to people/all, but it still only works for the people...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.