In my app's bootstrap code I need to use $_SERVER['HTTP_HOST'] to do some initialization. Problem is...
JS: $('select#categories').change(function() { var category = $(this).val(); $.ajax({...
Eager loading isn't too hard to understand. Suppose you have an eloquent collection you are looping...
You don't need ajax to submit a form from a bootstrap modal. Check your source code in your opening...
Heh, the first thing I had to do this morning was check this post. I posted that reply after a night...
You can post it all to a single route, look again at the code I posted for you. You can know what bu...
The Laravel portal for problem solving, knowledge sharing and community building.