I have a little problem here after I renamed a method from store to save also I was renamed in the Route
Route::post('blog', 'Backend\BlogController@store');
to
Route::post('blog', 'Backend\BlogController@save');
but when I hit submit it still shows me:
Method [store] does not exist.
anyone can help me out?
Run the following command.
composer dump-autoload -o
if the problem persists, please use below commands also
php artisan config:clear
php artisan cache:clear
php artisan view:clear
Hope it will help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With