.
Laravel Digital Products – Multi-Vendor Market is a platform built using the Laravel framework that allows vendors or sellers to sell digital products, such as program code, designs, and music. It supports multi-vendor functionality, enabling multiple sellers to operate under one marketplace. Some key features include:
PHP Laravel 9.9 Digital Arts – Sell digital products
(1. package: built with Laravel 9.9 Server Requirements: PHP = 8.0
2. package: built with Laravel 9.9 Server Requirements: PHP = 8.2)
Vendors/sellers can sell digital products ( program code, design, music).
The program is created with Laravel 9.9 framework.
When the customer has purchased the digital product by Paypal he can download through the link.
The program is working on the shared hosting.
Editors can add, edit the products.
Admin can add, edit the products and categories.
Setting, Install:
//Edit protected .env in the root folder
//MYSQL SETTING:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_digital_arts
DB_USERNAME=root
DB_PASSWORD=root/
//Mail setting |MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME= ***********
MAIL_PASSWORD= *******
MAIL_ENCRYPTION=tls
//The SQL file is in the SQL folder
The best Tool is the PHPMyAdmin.
Import the SQL files of the program from the sql folder.
//Image AND File upload setting:
//.env
#max file size in KB : 10MB
FILE_SIZE = 10000
#max image size in KB : 10MB
IMAGE_SIZE = 10000
The .env file is protected with .htaccess
///Webserver, Shared hosting install
If you use Linux system, please check/enable write access to /storage/logs, /storage/sessions, /storage/views directories.
On Linux system: Go to the storage folder: chmod -R 777 .
Check/Enable write access to public/images directory.
On Linux system: chmod -R 777 .
Check/Enable write access to public/files directory.
On Linux system: chmod -R 777 .
/*****************************/
//PAYPAL setting
config/paypal.php
Test your shop with test paypal sandbox account
FIRST: Create your paypal sandbox
PayPal Developer page https://developer.paypal.com
Dashboard >My Apps & Credentials > REST API apps
Sandbox > Click “Create App”
Edit: in .env
PAYPAL_MODE=sandbox
PAYPAL_SANDBOX_API_USERNAME=sb-lprqk15240256_api1.business.example.com
PAYPAL_SANDBOX_API_PASSWORD=KQNMD9X32QHNXSK9
PAYPAL_SANDBOX_API_SECRET=Apmj1-QxAmk2NwG5GGzVFHVv5l5XA7gg.6ckRWJdLArJmqf74WpkaTfH
$800.00 Original price was: $800.00.$500.00Current price is: $500.00.