Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashemsoft/laravel-e-commerce


https://github.com/hashemsoft/laravel-e-commerce

alpine-js axios flowbite javascript laravel livewire tailwindcss

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## كيفية تشغيل المشروع

لتشغيل هذا المشروع، اتبع الخطوات التالية:

### 1. استنساخ المستودع

استنسخ المستودع إلى جهازك باستخدام الأمر التالي:

```CMD
git clone https://github.com/hashemSoft/Laravel-E-Commerce.git
cd Laravel-E-Commerce
```

### 2. إعداد البيئة

```CMD
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
```