musaddiq-ciklum / laravel-learning

0 stars 1 forks source link

Laravel 8

Pre-Requisites

ENV Setup

Install docker following this video tutorial or using the text version. The project is dockerized is using Laravel sail. Here is the link to know more about Laravel sail.
Before running the composer make sure .env file exists in the root directory.

After running migration and UserSeeder one will be able to login with following admin credentials.
url: http://localhost/admin/login
user: admin@example.com
pass: A1@google

Install Table Plus or use any other tool to view database.