Posts by Francisco Bizi • 119 points
7 posts
-
0
votes1
answer44
viewsQ: Respect Rest does not work when trying to implement in my project
I am testing a web application, but I need to implode the use of hoarding and I thought better to work with Respect Rest. I followed all the instructions of use of the class, but I can not print if…
-
2
votes2
answers1185
viewsA: Which pattern to use: HTML5 or XHTML5?
HTML5 is the latest evolution of the standard that defines HTML. It is a new version of the HTML language, with new elements, attributes, and behaviors. Once it has become standard it’s time for…
-
3
votes1
answer2033
viewsQ: PHP timer
I need to implement a feature, in which a certain code is executed several times after a time interval. For example, read files provided by the API every 20 minutes. I tried something like that, but…
phpasked Francisco Bizi 119 -
0
votes1
answer126
viewsQ: Problems using Query Builder in Laravel
I have manipulated the BD data with the creation of Models, but in my latest project I’m tending to make use of Query Builder, but it’s going wrong. I would like to understand what is missing so…
-
0
votes2
answers1676
viewsA: Method App::setLocale() in Laravel 5.2
Here is the solution of the problem mentioned above. After a few days of temptation, fortunately I managed to get around the situation as follows: 1. I created a variable in the view that would…
-
4
votes2
answers1676
viewsQ: Method App::setLocale() in Laravel 5.2
After organizing my code, I tested to see if it worked for real-time language changes with the method App::setLocale() doesn’t work, but when I change the file app.php the locale it works perfectly,…
-
0
votes1
answer1650
viewsQ: Multi languages in Laravel 5
I am developing a project in Laravel 5, but I would like it to be in several languages. The language change would be by clicking on the link of each language and automatically translating the site…
laravelasked Francisco Bizi 119