rapidez / multiple-wishlists
Rapidez Multiple Wishlist
Installs: 842
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 4
Open Issues: 0
Language:Blade
Requires
- php: ^8.1|^8.2
- blade-ui-kit/blade-heroicons: ^2.0
- illuminate/database: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- illuminate/view: ^10.0|^11.0
- rapidez/core: ^3.0
This package is auto-updated.
Last update: 2025-01-07 09:20:26 UTC
README
Installation
composer require rapidez/multiple-wishlists
It's not recommended to publish every view, rather you should overwrite only the files necessary. However, you can still publish all of the views with the following command:
php artisan vendor:publish --provider="Rapidez\MultipleWishlist\MultipleWishlistServiceProvider" --tag=views
You also should probably add a new "wishlists" button to the Rapidez account menu, if you use it in your project (which is in rapidez/account/resources/views/partials/menu.blade.php
)
API endpoints
The API uses mostly Laravel apiResource endpoints. All of the exposed endpoints can be found below. Note that every request except for GET /wishlists/shared/{token}
requires a bearer token header for authorization. This is the magento oauth token of the customer.