Skip to content

Tag: laravel

Why class Imagick not found in laravel 7.0?

I had install Imagick: Result of phpinfo: I try test in controller: It occur error: Why class Imagick not found in laravel 7.0? Answer Class ‘AppHttpControllersImagick’ not found means that Imagick is not in the namespace AppHttpControllers. If you want to use Imagick you need to prepend it with t…

Database connection [users] not configured

I’m getting InvalidArgumentException Database connection [users] not configured. http://127.0.0.1:8000/register error, when submitting register form, using Laravel Auth. My Laravel version is 6.17.1 .env file Auth/RegisterController.php file app/User.php file users table migration file config/database.p…