-
git clone https://github.com/GarapDev/product-affiliate.git
-
- Create your Database Connection First, - Then Fill these Credentials According to the Newly Created Connection and Your Local Environment.
-
cp .env.example .env
-
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel DB_USERNAME=root DB_PASSWORD=
-
composer install && php artisan key:generate -
php artisan migrate --seed
- Database : MySQL
- PHP Version : 8.1
- Framework : Laravel
- Framework Version : Laravel 9.5.2
- Composer Version : Composer 2.5.0
- Third Party Api : -
- Library : -