Q:

Target class [] does not exist.

composer dump-autoload
3
//accessing any function in the controller (this is web.php file)
use App\Http\Controllers\PostsController;

Route::get('/post', 'App\Http\Controllers\PostsController@index');
1
php composer dump-autoload
php artisan migrate:refresh --seed
0

New to Communities?

Join the community