Top "Laravel-8" questions

Laravel 8 is the current stable version of the open-source PHP web framework created by Taylor Otwell.

Target class controller does not exist - Laravel 8

Here is my controller: <?php namespace App\Http\Controllers\Api; use App\Http\Controllers\Controller; use Illuminate\Http\Request; …

php laravel laravel-8
How to Install Vue.js in Laravel 8

I am using laravel 8 and now I want install Vue.js. I am trying like this composer require laravel/ui …

vue.js laravel-8
Laravel, Call to undefined function Database\Seeders\factory()

I get the title error when I run command: php artisan db:seed My screenshot: I have no idea where …

php laravel laravel-8
How to get unique values from faker?

I would like to ask how to generate unique value from faker? I know this is a familiar question actually, …

php laravel faker laravel-8 laravel-factory
Target class does not exist. problem in laravel 8

When create a new project with laravel 8 and I get this error. Illuminate\Contracts\Container\BindingResolutionException Target class [SayhelloController] does …

php laravel laravel-8
How to fix laravel 8 UI paginate problem?

I had a problem while trying out the recently released laravel 8, I'm trying to find out what the changes are …

php laravel user-interface paginate laravel-8
Laravel 8 - Route cannot find controllers: Target class [Auth\LoginController] does not exist

I went to take Laravel 8 for a spin today, but it seems the Route facade cannot find controllers anymore. The …

laravel laravel-8