Posts by Vitor • 13 points
2 posts
-
0
votes1
answer70
viewsQ: Problem with Navbar
I have a problem with the navbar issue. I am making 1 template but I find myself with the following error. As you can see on the right side the scroll is at the top but as soon as I go down this…
-
1
votes2
answers3113
viewsQ: How to check if the entity already exists in the bank
I am currently working with models, Migrations, Seeds and fakers (Factory) for database testing. So far I’m ordering to insert 1 admin, whose code I present: DB::table('users')->insert([…