This is a Next.js project bootstrapped with create-next-app.
Be sure to be on the UI folder for all this instructions:
cd uinpm i
# or
yarn installnpm run dev
# or
yarn dev- PHP >=7.3
- Composer
- Laravel
sudo apt install php-mbstring
sudo apt install composer
Laravel Installer
composer global require laravel/installer
cd ../secur-IT
composer install
Copy or rename the .env.example file to a file named .env For authentication to work with the passwordless system, input a mailtrap username and password.
Scan a QR code with http://localhost:3000 to check in.
Generate a key
php artisan key:generate
php artisan serve