sajadsdi/marketplace

A package that simplifies creating streamlined marketplaces with Laravel
8
Install
composer require sajadsdi/marketplace
Latest Version:1.0.0
PHP:^8.1
License:MIT
Last Updated:Feb 12, 2024
Links: GitHub  ·  Packagist
Maintainer: sajadsdi

Marketplace Package for Laravel

This package simplifies the process of creating streamlined marketplaces with Laravel, offering easy installation and setup.

Installation

First install Laravel and complete the initial setup.

To install the package, run the following command in your Laravel project:

composer require sajadsdi/marketplace

After the package is installed, execute these commands to publish the package's assets and configurations, and to complete the installation:

php artisan marketplace:publish
php artisan marketplace:install

Postman Collection

A Postman collection for the API endpoints provided by this package is available in the postman folder.

Requirements

  • PHP ^8.1
  • Laravel Framework ^10.0
  • Laravel Sanctum ^3.3

License

This package is open-sourced software licensed under the MIT license.