Cipfahim / larastarter

A laravel starter kit for web artisans.
79 stars 31 forks source link

The command "env:set" does not exist. #23

Open nikhil-lu210 opened 3 years ago

nikhil-lu210 commented 3 years ago

Hello @Cipfahim , I'm trying to run Artisan::call("env:set MAIL_MAILER='". $request->mail_mailer ."'"); command. But it's throwing me The command "env:set" does not exist. this error.

I'm using Laravel 8