Posts by Allan Sampaio • 137 points
8 posts
-
4
votes1
answer34
viewsA: How to resolve this error in Laravel
Interrupt the server by giving one Ctrl+c and type: php artisan key:generate Then all you can do is start on the server again.
laravelanswered Allan Sampaio 137 -
-2
votes1
answer77
viewsQ: Count in PHP via variable value
I’m struggling with something relatively simple, but it’s causing me a headache because I always get error. In an application I need to get the amount of open classes coming from the Crud of…
-
1
votes0
answers30
viewsQ: Changing the x-axis data type of a graph? PHP/Laravel 5.6
Good night, I’m using a fast development tool called Quickadmin, accurate render a graph on the screen to the user who has on the x axis a string type data and on the y axis a time type data. The…
-
0
votes0
answers229
viewsQ: How to resolve this error? (Ajax Error)
I use a datatables feature on this system here and every time I refresh the page or after including a new record, this error appears. I did a lot of research, but still no solution. I tested the…
-
2
votes1
answer71
viewsQ: How to put the zerofill Constraint in Laravel 5.6?
Good afternoon. I’m having a problem making use of the zerofill Constraint in Laravel because I saw that it is not in the documentation. I have a field in my table that is enrollment and in my view…
-
0
votes2
answers651
viewsA: Laravel - How to configure project to open in XAMPP?
You have configured the file . env in the Laravel database folder? Put your bank information in this file, stating the name of the bank, user and password. If you’ve done it before. Go to the…
-
0
votes1
answer1430
viewsQ: Difficulty with belongsto Laravel 5.6
Good night. I’m doing a project with Laravel and I’m having difficulty in the relationship Could you help me? I have two entities in my bank that are Student and Situation. Student has these…
-
1
votes1
answer678
viewsQ: How to delete a record from a table in the view without deleting from the database
I am developing a system at the didactic level and in my view I have a table that displays the data of an employee registered by the user. In the view has the edit and delete buttons, only that the…