Vanilo is an E-commerce framework for Laravel
use Vanilo\Cart\Facades\Cart;
use App\Product;
$galaxyS8 = Product::create(['name' => 'Galaxy S8', 'price' => 724.99]);
$iphoneX = Product::findBySku('MQA62LL/A');
Cart::addItem($galaxyS8);
Cart::addItem($iphoneX);
echo Cart::total();
//1723.99
Simple & truly Laravel
Laravel
Work the Laravel way
If Laravel is your favourite of the many good PHP frameworks and you want a pure Laravel E-commerce platform, Vanilo is for you.
Simplicity
Clarity besides flexibility
Magento and Sylius offer endless flexibility for the price of high complexity. If you want clarity over premature extensibility, follow us on twitter.
Control
Know what's going on
Working with Magento often means you have no clue what you're doing. Vanilo promotes building your app like from a blank page instead of tweaking a bloatware.
Spread The Word