Posts by Samuel Dos Santos • 29 points
3 posts
-
0
votes1
answer324
viewsQ: Custom routes on Laravel 5.4?
To those who work with Laravel, would know to inform me sources so I can research on how to create URL's clean and friendly so that, I can pass a parameter, for example, category_name, or…
laravel-5asked Samuel Dos Santos 29 -
0
votes2
answers1982
viewsQ: Access files outside public_html
It is possible to consistently access files outside the public_html folder on the server to render a View? What I need is to call files js and css and point out the images that are inside the layer…
-
2
votes0
answers366
viewsQ: Ajax returning HTML along with JSON
The code I made was working normally but suddenly it started to behave differently. I’ve done all the debug possible, take a look $( function(){ // When submit it…