Posts by Richard Carlos • 91 points
13 posts
-
-2
votes2
answers465
viewsQ: Composer install does not run
Hello I am facing a problem here in which I am unable to run Composer install and am getting the following error: Error running Composer install Do not run Composer as root/super user! See…
-
-1
votes1
answer224
viewsQ: Validation of data on the Laravel
Hey, hey, it’s okay!? I have implemented a business rule in which I need to validate data, I have created an external repository to http folder and I am using the library prettus/Laravel-validation…
-
0
votes0
answers135
viewsQ: Error saving Standard 5.8
I have two related tables at the time of saving is accusing the following SQL error: "SQLSTATE[HY000]: General error: 1364 Field 'id_data' doesn’t have a default value (SQL: Insert into users…
-
0
votes1
answer96
viewsQ: Overlay on a form label
Hello I have a problem formatting form in which input is overwriting the label when the screen is decreased and I wanted it to position above the input when the screen size was decreased. Techo html…
-
-1
votes1
answer215
viewsQ: Problem with routes in the Axios + Aravel
I’m using vue.js with axios to make Cruds but I have a question about routes. I have the following routes: | DELETE | admin/deleteprod/{id} | componet_3.produtos |…
-
2
votes1
answer73
viewsQ: Sebrepositioning
I have the following problem and wanted to know if there is a solution for this I did the styling of the text in CSS everything ok but when I do the selection of the text with the mouse the text is…
-
0
votes0
answers115
viewsQ: Problem with modal in Laravel and Vue.js
Hello to all of you! I am working with a CRUD application in Windows and Vue.js and at the moment I am facing the following problem I created a modal to update a table, the modal does the…
-
0
votes1
answer307
viewsQ: Github is not registering contributions
I have the following problem with Github, it is not registering my contributions although in the repository it shows that the updates are being performed without any problem. Does anyone know what…
githubasked Richard Carlos 91 -
0
votes1
answer45
viewsQ: Server Confusion Problem for Windows
I migrated my site to the hostgator server and it is not directed to the public folder. Aguem can tell me why this happens?…
-
0
votes1
answer37
viewsQ: How to make a login in Laravel with another login view
I am working as an already populated database, it already has a user and a default admin password. What I want is to authenticate this admin with a login view that I made myself. I’m lost in the…
laravelasked Richard Carlos 91 -
1
votes0
answers62
viewsQ: How do I do direct treatment on the Laravel model as much set as get?
I am working on a database already populated and I need to do the replacement of , for . and of / for - without having to use the frontend only in the model.…
-
1
votes1
answer1781
viewsQ: Laravel: How to recover last entry in mysql database by your foreign key?
I am working on a database that has only as a reference to your foreign key, and I need to locate the last record according to your foreign key.
laravelasked Richard Carlos 91 -
2
votes1
answer149
viewsQ: How to do Insert 1 to 1, with four tables in Laravel
I am working with a database already populated. It has four tables (Aluno, clinico, Familia and TipoCompulsao), where Aluno receives foreignkey of the three tables; Student model class Aluno extends…