sajadsdi/marketplace

A package that simplifies creating streamlined marketplaces with Laravel

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:laravel-package

1.0.0 2024-02-12 04:37 UTC

This package is auto-updated.

Last update: 2024-09-12 06:04:47 UTC


README

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.