https://github.com/mahmoudmohamedramadan/ecommerce
The eCommerce project for Laravel beginner training.
https://github.com/mahmoudmohamedramadan/ecommerce
ajax bootstrap composer css ecommerce fontawesome html javascript jquery laravel notifications php
Last synced: 7 months ago
JSON representation
The eCommerce project for Laravel beginner training.
- Host: GitHub
- URL: https://github.com/mahmoudmohamedramadan/ecommerce
- Owner: mahmoudmohamedramadan
- Archived: true
- Created: 2020-12-11T17:44:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T07:35:23.000Z (11 months ago)
- Last Synced: 2025-03-16T14:52:56.856Z (7 months ago)
- Topics: ajax, bootstrap, composer, css, ecommerce, fontawesome, html, javascript, jquery, laravel, notifications, php
- Language: PHP
- Homepage:
- Size: 16.9 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eCommerce

- - -
## 🚀 Getting Started
First, after you've cloned this project, you will need to install the dependencies:
```SHELL
composer install
```In addition, migrate your database:
```SHELL
php artisan migrate
```Finally, link the storage for uploading avatars:
```SHELL
php artisan storage:link
```