I created this provider:
php artisan make:provider ShortcodesServiceProvider
I then had to delete the file, but am now getting
FatalThrowableError in C:\xampp\htdocs\listagram\vendor\laravel\framework\src\Illuminate\Foundation\ProviderRepository.php line 146:
Class 'App\Providers\ShortcodesServiceProvider' not found
How do I reset serviceproviders after manually deleting the provider file I created?
'App\Providers\ShortcodesServiceProviderentry fromconfig/app.php- Cerlinphp artisan clear-compiled- Cerlin