Support the ongoing development of Laravel.io →

rags02

Joined 2 Jun 2014

Statistics

Threads 0
Replies 5
Solutions 1
Articles 0

rags02 has not posted any threads yet

replied 9 years ago

Event fire/listen doesn't pass data as expected

Because the listener fires call_user_func_array() which needs an array for the arguments. In the OP...

0 Likes
replied 9 years ago

Event fire/listen doesn't pass data as expected

Try wrapping your $data into an array: $dd = Event::fire('email.send', array($data));

0 Likes
Solved
replied 9 years ago

Autocomplete not showing results

Maybe die/dump the query so you can see what the DB is actually getting... prior to your foreach() y...

0 Likes
replied 9 years ago

Routing to Nested files in controllers

I looks like: Route::resource('mdpay', 'LoginController'); should work. You can then run: php artis...

0 Likes
replied 9 years ago

Ultra basic stuff: how to get the URL right mydomain.com

You can check to see how Laravel has your routes registered: php artisan routes

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.