I changed login attribute to "first_name" instead of email, so now when I attempt to authe...
So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...
Is there any IDE with Blade support ( highlighting, code recognition...) I am currently using NetBea...
This code actually has nothing to do with Laravel, it is just jQuery. You have to write php script w...
Something like this? $('#select1').on('change', function (e) { $.ajax({ url: "act...
I solved this by adding ErrorDocument 403 / in my .htaccess file. It basically redirects 403 errors...
I am currently doing almost the same thing, I'd like to hear some advices too
Well, I am not fan of Sublime, I like solid full-featured IDE and I don't find Sublime suitable for...
The Laravel portal for problem solving, knowledge sharing and community building.