Posts by Caio Souza • 5 points
4 posts
-
0
votes2
answers1754
viewsQ: Error Class 'app Course' not found
I’m with this mistake when listing all courses in a CRUD in Laravel "Class 'app Course' not found" Since there is this class, I will show in codes and images... Controller code: <?php namespace…
-
0
votes1
answer26
viewsQ: Laravel Sqlite migrate error
When running the Migrate command it gives this error: code of the first migrate: ` public function up() { Schema::create('contatos', function (Blueprint $table) { $table->bigIncrements('id');…
-
0
votes0
answers27
viewsQ: Problems with route response in the Laravel
I am learning Laravel, and has an exercise where you pass two routes with the same address in the '/contact' case but with two different parameters, a GET another POST, and for each parameter a…
-
0
votes1
answer53
viewsQ: Laravel error when creating serves
Hello, I’m having problems creating the serve in the Server with the command (php Artisan serves) it presents this error. The project is created inside the php folder of Xampp, because I could not…