baijunyao / laravel-bjyblog

Laravel v9 blog
https://baijunyao.com/docs/laravel-bjyblog
MIT License
525 stars 201 forks source link

Does not save changes in the settings in the admin panel #149

Closed yuri25 closed 4 years ago

yuri25 commented 4 years ago

In the admin panel, I change the language ... does not save the settings and produces the following error: 419 | Page Expired Installed as Production...If I change to local, some kind of error appears
In Application.php line 690:

Class 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider' not found

yuri25 commented 4 years ago

It seems I understood ... it is necessary to establish at first as local .... and then already to develop and make changes for production ...

baijunyao commented 4 years ago

You can try in the following two ways:

  1. Does the problem still exist with the new admin panel?
    image
    image

  2. Clean cache
    Execute the following command

    php artisan cache:clear

    Clear browser cache
    image