Posts by Paulo • 23 points
5 posts
-
0
votes1
answer87
viewsQ: C# and MS SQL Server Special Characters
I have a table of municipalities within the system, MS SQL Server database, and the names of municipalities are accented. I am consuming an API where municipalities come without any accentuation, so…
-
0
votes4
answers1271
viewsA: Error in setting Route Orange 8?
Thanks to all I managed to resolve as you suggested Route::get('/lista', [DashboardController::class, 'getLogteste'])->name('logteste');
-
0
votes4
answers1271
viewsQ: Error in setting Route Orange 8?
I know it might be a beginner question, but I really can’t solve it, and I put the address in the browser the route works, but when I call from blade doesn’t work. I created a new route and I am…
-
0
votes1
answer173
viewsA: Laravel 8: Recover Data from Logged In User
I managed to solve by putting the information in Sesssion, below the new class with the change <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use…
-
-1
votes1
answer173
viewsQ: Laravel 8: Recover Data from Logged In User
Hello, i do not use a suggested default user table in Laravel, as I am creating a frontend in a database already exists. The whole login process is working properly, with password user verification.…