When you install maat and do some changes and immediately try to download export file / something else this might occur. Because of cache issue this often occurs. Now to solved this what worked for me is: Run: php artisan config:cache php artisan cache:clear
When you run php artisan tinker on your shell/command prompt you often/rarely get this error but this can cause because of composer. so close your opened tinker and run: composer dump-autoload and again run php artisan tinker and create your data.
Comments
Post a Comment