Posts by Mark Tdpc • 13 points
4 posts
-
-1
votes1
answer62
viewsQ: How to persist data using JPA concatenated key in the @Manytomany relationship?
I have the first entity private static final long serialVersionUID = 2405172041950251807L; private static final String CAMPO_CODIGO = "CODIGO"; @Id @GeneratedValue(strategy =…
-
0
votes1
answer1171
viewsQ: How to use the bcrypt function of the Laravel?
I have a file .php in the public folder of Laravel and for larger reasons I cannot create a controller of it. However, I need to use the function bcrypt to generate the password an encrypted…
-
1
votes1
answer1968
viewsQ: How to host a Windows server?
The computer where I want to host the site developed in Alavel is in another network. I put the whole site in the server and I turned the command php artisan serve --host MEUIP --port MEUPORTO When…
-
0
votes1
answer227
viewsQ: How to use an . php extension file in an Laravel form?
I have a file .php which was developed in php pure and need to use it in Laravel. For that I need to call him directly from action of a form, but the application is being developed in Laravel. How…