ServiceProvider.php line 8: Interface 'Illuminate\Contracts\Support\DeferrableProvider' not found
Script @php artisan package:discover handling the post-autoload-dump
我有两个文件: MyController.php,APIModel.phpclass MyController extends Controller public function post(Request $request) $apiModel = new APIModel; // Other process such as get data from database, va
包的导入和它的所有函数都工作得很好,但我似乎无法查询任何雄辩的模型而不弹出以下错误:Interface 'Illuminate\Contracts\Queue\QueueableCollection' not founduse Illuminate\Console\Command;
use App\Property