Posts by Rafael • 43 points
4 posts
-
0
votes1
answer694
viewsQ: (php/Laravel) How do I calculate mathematical expressions?
I need to do shape calculations with php, for example, I will have a field in which I will put the 2 + 9 (4 * 8) / 6 and return the result, but I have no idea how to do. Here’s an example of how…
-
2
votes1
answer694
viewsQ: Laravel 5.3 - About Changing the App Directory
I created a project, within the project I created my own file structure instead of using the App folder, so I created a call Massoterapia, in the documentation informs that it is necessary to change…
laravel-5.3asked Rafael 43 -
1
votes4
answers297
viewsA: About Routes and Links
First I would like to thank Evert and Vinicius Luiz. The solution I found was the following: As inside the view it was with another directory in which I called Usuarios > Index.blade.php The…
-
1
votes4
answers297
viewsQ: About Routes and Links
I crud it, but I changed the organization of the files, instead of following the pattern, I created a user folder that contains the controller, route and model. I would like the help to try to…