I hit this error after install Bagisto and follow the documentation (https://devdocs.bagisto.com/create_package.html#how-to-create-package)
Solution:
Run commands:
- composer dump-autoload
- php artisan route:cache
SOLVED!
I hit this error after install Bagisto and follow the documentation (https://devdocs.bagisto.com/create_package.html#how-to-create-package)
Solution:
Run commands:
SOLVED!