my php version is 7.4 and laravel version is 7.0
'providers' => [SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class,],
Alias
'aliases' => ['QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class,],
In my composer.json file
"require": {
"php": "^7.2.5",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0",
"simplesoftwareio/simple-qrcode": "^3.0"
},
After adding alias and provider cant able to run any command in laravel root path its shows error like this
In ProviderRepository.php line 208: Class 'SimpleSoftwareIO\QrCode\QrCodeServiceProvider' not found