Example taken form http://stackoverflow.com/questions/26757452/laravel-eloquent-accessing-properties...
I want to be able to distinguish if a user is Administrator, and if he is to redirect him appropriat...
I have some ajax code in a javascript function: $.ajax({ type: "DELETE", url: &quo...
When I enter an address like 'localhost/classifieds/public/admin/categories' it works fine. But, if...
I 'm deleting records with ajax code (in a javascript function): $.ajax({ typ...
It works thank you very much! I used 'URL::to' (I think 'URL::route' is for named routes) url: &quo...
I added a hidden text box in the form: {{ Form::text('txtRedirect', 'secret',array('id'=>'txtRedi...
Maybe there is some way to pass a variable from my javascript function to my controller?
I commented out the line 'window.location =wl;' and works fine! So alainbelez you were right! Thanks...
It looks I made it, following the instructions in the above link.
The Laravel portal for problem solving, knowledge sharing and community building.