-
Run
composer install
-
Copy
.env.example
to.env
-
Set valid database credentials of env variables
DB_DATABASE
,DB_USERNAME
, andDB_PASSWORD
-
Run
php artisan key:generate
to generate application key -
Run with seeder command
php artisan migrate --seed
That's it... Run the command
php artisan serve
and cheers, you are good to go with your new Laravel Auth Metronic template application.
- User Login Page
localhost:8000/en/login
email: [email protected] | password: password
- Admin Login Page
localhost:8000/en/admin/login
email: [email protected] | password: password
- User Register Page
localhost:8000/en/register
GITHUB_CLIENT_ID=github_client_id
GITHUB_SECRET=github_secret
GITHUB_URL=http://localhost:8000/tm/login/github/callback // this route in web.php file
GOOGLE_CLIENT_ID=google_client_id
GOOGLE_SECRET=google_secret
GOOGLE_URL=http://localhost:8000/tm/login/google/callback // this route in web.php file
this folder -> resources/lang/en, ru, tm