Giorgio
Results
2
comments of
Giorgio
I have the same error, but the problem seems to be not fixed. I have the Service Provider and the Facade in app.php. This is my controller: ``` namespace App\Http\Controllers\Admin;...
I noticed that I started having the same problem with all the new installed packages. I resolved in this way: 1. `composer dump-autoload` 2. `php artisan cache:clear` 3. `php artisan...