-
Clone the project in
Xammp\htdocs
. -
Open your terminal and
cd
to the folder. -
Run
composer install
. -
Copy
.env.example
to.env
.Or you can type
copy .env.example .env
if you're using Windows command prompt orcp .env.example .env
if you're using Ubuntu. -
Run
php artisan key:generate
. -
Run
php artisan migrate:fresh --seed
. -
Delete
storage
folder which located insidepublic
folder (if exists). -
Run
php artisan storage:link
.
Frontend project could be found here Link To FrontEnd
Omar Zaghlouleh
Fadi Asfour
Wael Orabi