Posts by Lincoln Biancardi • 43 points
7 posts
-
0
votes1
answer496
viewsA: Swap DEFAULT table from Laravel Framework Auth 5.8.15
I was able to solve by creating a new model and overriding some methods and variables of the Auth standard of Laravel: Nova Model: <?php namespace App; use Illuminate\Notifications\Notifiable;…
-
1
votes1
answer496
viewsQ: Swap DEFAULT table from Laravel Framework Auth 5.8.15
Good evening, I would like to know how to use the auth of Laravel but with a different table, I saw some articles on the internet but could not change yet. I tried to overwrite the protected method…
-
0
votes1
answer609
viewsQ: Table with class table-Striped does not change line color
Good evening everyone, I am trying to change the color of a row in a table with the table-Striped (zebrad) class, but it seems that the table-Striped rule overrides my rule: tr…
-
0
votes0
answers106
viewsQ: Java CRUD problem using Mysql
In my DAO class, I have the method to enter in the database, but in my system screen I can only update the fields if I make a change in all fields. Example: my table has 4 fields and I only modify…
-
3
votes1
answer48
viewsQ: Entitiy framework for JAVA?
Good evening, guys, I’m new to programming. So, I’ve been looking at some articles and watching videos about the Entity framework for C #, I wonder if there are also some frameworks in Java that do…
-
0
votes2
answers1757
viewsA: FXML file stopped opening with Scene Builder
I had the same problem today and I believe it is some problem in the same cache. I changed the name of FXML and managed to open the file in Scene Builder, then came back with the original name of…
-
-1
votes1
answer1050
viewsA: Mysql Web related error
Download this connector: https://cdn.mysql.com//Downloads/Connector-J/mysql-Connector-java-5.1.47.zip Unzip it to a folder and import mysql-Connector-java-5.1.47-bin. jar in your project library and…