Open nikhil-lu210 opened 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.
Artisan::call("env:set MAIL_MAILER='". $request->mail_mailer ."'");
The command "env:set" does not exist.
I'm using Laravel 8
Hello @Cipfahim , I'm trying to run
Artisan::call("env:set MAIL_MAILER='". $request->mail_mailer ."'");
command. But it's throwing meThe command "env:set" does not exist.
this error.I'm using Laravel 8