-
Platform Manual ::
Cartalyst
app folder, with a few registered service providers and preset configurations.
The end result? You can continue to make any application you would like without having to conform to Platform "standards"...
-
Cart Manual ::
Cartalyst
Instances Supports multiple carts so you can have wish lists, saved carts, etc.
Conditions Powerful condition systems allows you to fully manipulate a cart instance.
Events Thorough events fired throu...
-
Pricing ::
Cartalyst
Testimonials
A growing repository of framework agnostic packages. Unit tested, well maintained, & documented. All backed by a dedicated support team & thriving community. Here is what they have to say...
-
Themes Manual ::
Cartalyst
Introduction
Themes enhances any application by providing a common feature set that most developers and frontend designers patchwork together. A common problem associated with the presentation layer o...
-
Converter Manual ::
Cartalyst
illuminate/cache to cache the currency results for a configurable amount of time.
<?php
use Cartalyst\Converter\Converter;
use Cartalyst\Converter\Exchangers\OpenExchangeRatesExchanger;
use Illuminat...
-
Stripe-laravel Manual ::
Cartalyst
Set the Service Provider and Facade alias
After installing the package, open your Laravel config file located at
config/app.php and add the following lines.
In the
Cartalyst\Stripe\Laravel\StripeSer...