Answers for "fatal error: uncaught runtimeexception: a facade root has not been set. in /home/vagrant/code/auth/vendor/laravel/framework/src/illuminate/support/facades/facade.php on line 258"

PHP
11

a facade root has not been set laravel

//Remove:
use PHPUnit\Framework\TestCase;

//And replace it with:
use Tests\TestCase;
Posted by: Guest on October-14-2021
3

A facade root has not been set.

use Tests\TestCase;
Posted by: Guest on October-18-2021

Code answers related to "fatal error: uncaught runtimeexception: a facade root has not been set. in /home/vagrant/code/auth/vendor/laravel/framework/src/illuminate/support/facades/facade.php on line 258"

Browse Popular Code Answers by Language