Skip to content

mahmoudmohamedramadan/eCommerce

Repository files navigation

eCommerce

Dashboard


🚀 Getting Started

First, after you've cloned this project run the next command

composer install

In addition, you will need to migrate your database, so run the next command

php artisan migrate

Moreover, to link the storage for uploading avatars you'll need to run the next command

php artisan storage:link

FINALLY, run the next command...enjoy 😋

php artisan serve