This package simplifies the process of creating streamlined marketplaces with Laravel, offering easy installation and setup.
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
A Postman collection for the API endpoints provided by this package is available in the postman folder.
This package is open-sourced software licensed under the MIT license.
How can I help you explore Laravel packages today?