Posts by Vini DB • 19 points
4 posts
-
-1
votes1
answer547
viewsA: No such file or directory (SQL: select * from 'Companies')
I had a very similar error when I was going to run my Migrations i played this variable DB_HOST=localhost for DB_HOST=127.0.0.1 and it worked for me here.
-
0
votes3
answers2985
viewsA: Delete file Laravel
I’m using the Storage so and giving good. Storage::delete(["images/folder/banners/.ext file}"]); put an array as parameter for the files you want to delete
-
0
votes1
answer31
viewsA: How to insert a datum with relationship in the bank with prism 2
I asked that same question in stackoverflow in English and got an answer that worked, the author of the answer was a user named @Ryan. that was the answer he went through and worked perfectly. If…
-
0
votes1
answer31
viewsQ: How to insert a datum with relationship in the bank with prism 2
hello, I am trying to create a record in my database, I need to enter the information of a Mikrotik but I have to relate the table of the mikrotiks to a table of subnet, when I create the Mikrotik I…