I have an application in Laravel and I need to check, from an external script, if a user is logged in or not and what it is. For this I use the following lines of code, to load Laravel:
require_once __DIR__.'/../../../vendor/autoload.php';
$a...
asked on
17.09.2018 / 08:49