-
Clone the project & install composer dependencies:
cd project cp .env.example .env composer install -
Configure Database:
Open
.envfile and configure the following lines:DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=project DB_USERNAME=root DB_PASSWORD=
php artisan migrate --seed
-
Configure smtp mail credentials:
MAIL_DRIVER=smtp MAIL_FROM_NAME=MAIL_FROM_NAME MAIL_FROM_ADDRESS=MAIL_FROM_ADDRESS MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null
-
Notifications
You must be signed in to change notification settings - Fork 1
MarwanMohamed/online-bm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published