laravel中常见的错误
作者:互联网
命名空间这里路径写错了就会报这个错误
namespace App\Http\Controllers;
Class App\Http\Controllers\Product\ProductController located in ./app/Http/Controllers/ProductController.php does not comply with psr-4 autoloading standard. Skipping.
标签:laravel,ProductController,Http,错误,App,常见,Controllers,app 来源: https://blog.csdn.net/weiguang102/article/details/113760824