make(Kernel::class)->bootstrap(); App::setLocale('en'); // set the bcrypt hashing rounds (the minimum allowed). // this reduces the amount of cycles needed to manage users. Hash::setRounds(4); return $app; } }