Support the ongoing development of Laravel.io →

vkimura

Joined 5 Aug 2014

Statistics

Threads 6
Replies 4
Solutions 0
Articles 0

Route::post does not execute method call anymore

I'm wondering what is the difference between: Route::post('insert/{slug}/{page_number}/{person_type_...

0 Likes
0 Replies
posted 10 years ago

How to debug blade foreach and view variables?

Is there an easy way to debug the blade foreach and if statements and view the variables like XDebug...

0 Likes
1 Replies
posted 10 years ago

How to pass variable back from @include blade template?

Hi, I'm wondering how do I pass the variables set in an @include back to the calling blade template...

0 Likes
0 Replies
posted 10 years ago

How to get a checked checkbox in Controller?

I have a some unchecked and some checked checkboxes in my View. Displaying properly with value set t...

0 Likes
0 Replies

How to get the value of dynamic field names of table that differ by only a number at end of field name?

Hi, My first post. Just wanted to say it's great to see such a good and personable and helpful commu...

0 Likes
4 Replies
Solved
replied 10 years ago

How to get the value of dynamic field names of table that differ by only a number at end of field name?

Yeah, thanks. I see, shez1983. =) Yeah, I have some refactoring to do for sure. Code can always be c...

0 Likes
replied 10 years ago

How to get the value of dynamic field names of table that differ by only a number at end of field name?

Yes, TY, mengidd. That works too! =) I think this works too: $sColName = 'id_' . $iIndexPlusOne; $iC...

0 Likes
replied 10 years ago

added simple Route::get('users', function() but the URL doesn't work with WAMP

This is the solution: .htaccess in the public folder. Notice the RewriteBase that needs to be change...

0 Likes
replied 10 years ago

added simple Route::get('users', function() but the URL doesn't work with WAMP

Thank you for the answers. @DrPrez, I tried changing my httpd.conf. I can get to the main page from...

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.

© 2025 Laravel.io - All rights reserved.