Posts by Jean Carlos Galhardi • 117 points
3 posts
-
-1
votes0
answers28
viewsQ: Powerapps delegation notice - Filter and Isblank function
I created an app on Microsoft Powerapps using the Database Oracle and it shall submit a notice of delegation. WHAT I INTEND TO DO: On this screen I need to recover all the vehicles that are within…
microsoftasked Jean Carlos Galhardi 117 -
1
votes1
answer890
viewsA: Target class [Productoscontroller] does not exist
Solution I changed the Router for: <?php use Illuminate\Support\Facades\Route; Route::get('/', function () { return view('welcome'); }); Route::get('/produtos/novo',…
-
0
votes1
answer890
viewsQ: Target class [Productoscontroller] does not exist
I’m new to PHP and Laravel and I’m caught in an error when I try to load the page. The following error appears: Model: <?php namespace App\Models; use…