How to disable scout when testing?
Hi everyone ,how to disable scout when testing? this <env name="SCOUT_DRIVER" value='"null"'/> doesn't work.
<env name="SCOUT_DRIVER" value="null"/> doesn't work also
if I add it into .env file it works but it would mean that each time I do testing or development I would have to switch it on and off.
No any search results
You already invited:
1 Answers
evqan
Upvotes from:
or you can use this code also,
$this->setEnvironmentValue('SCOUT_DRIVER', ’NULL');