Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Laravel & Sylius E-Commerce Framework
Search
Andre Marcelo-Tanner
September 07, 2016
Programming
2
2.1k
Laravel & Sylius E-Commerce Framework
An introduction to the Sylius E-Commerce Framework and how to use it with Laravel
Andre Marcelo-Tanner
September 07, 2016
Tweet
Share
More Decks by Andre Marcelo-Tanner
See All by Andre Marcelo-Tanner
DevOps Tools Volt In!
kzap
1
520
Singularity Containers & The Rewrite to Go
kzap
1
330
Infrastructure As Code
kzap
1
110
Terraform Everything - Infrastructure As Code
kzap
0
97
MODERN E-COMMERCE IN 30 MINUTES
kzap
0
92
Google Accelerated Mobile Pages
kzap
0
650
10 Ways to Manage Clients and Keep Your Sanity
kzap
0
220
Other Decks in Programming
See All in Programming
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.3k
Flutterと Vibe Coding で個人開発!
hyshu
1
260
学習を成果に繋げるための個人開発の考え方 〜 「学習のための個人開発」のすすめ / personal project for leaning
panda_program
1
110
AWS Serverless Application Model入門_20250708
smatsuzaki
0
130
The State of Fluid (2025)
s2b
0
200
SOCI Index Manifest v2が出たので調べてみた / Introduction to SOCI Index Manifest v2
tkikuc
1
110
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
110
Constant integer division faster than compiler-generated code
herumi
2
690
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
230
実践 Dev Containers × Claude Code
touyu
1
250
兎に角、コードレビュー
mitohato14
0
150
コンテキストエンジニアリング Cursor編
kinopeee
1
700
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Fireside Chat
paigeccino
39
3.6k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
A designer walks into a library…
pauljervisheath
207
24k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Statistics for Hackers
jakevdp
799
220k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.8k
Transcript
LARAVEL E-COMMERCE USING THE SYLIUS COMPONENT FRAMEWORK
OPEN UP WWW.PHACKERS.IO JOIN #LARAVELPH, #PHP Get on Slack PHACKERS.IO
SPEAKERDECK.COM/KZAP FOLLOW ALONG ONLINE
• github.com/kzap • Examine.com - Director of Technology • Namespace.PH
- Chief Everything Officer. ABOUT.ME
E-COMMERCE IS EASY MAGENTO, WOO COMMERCE, PRESTASHOP, SHOPIFY, BIG COMMERCE
E-COMMERCE IS HARD MAGENTO, WOO COMMERCE, PRESTASHOP, SHOPIFY, BIG COMMERCE
DEVELOPER BURN OUT DONT REPEAT YOURSELF
SYLIUS TO THE RESCUE SYLIUS.ORG GITHUB.COM/SYLIUS/CORE
DECOUPLED E-COMMERCE FRAMEWORK CREATED BY PAWEŁ JĘDRZEJEWSKI /
SYLIUS.ORG WHAT IS SYLIUS? ▸ Component Based Framework ▸ Modern
Coding Standards ▸ Behaviour (BDD) and Test Driven Development (TDD) ▸ 26 Components available as individual Composer Packages ▸ Pick and choose what features your need. ▸ Available as 36 Symfony 2 Bundles / Ready to go Store.
E-COMMERCE LOGIC, ABSTRACTIONS, CONTRACTS, AND MODELS READY TO USE Basically
what Sylius is
SPEAKERDECK.COM/PJEDRZEJEWSKI/SYLIUS-DECOUPLED-ECOMMERCE-PLATFORM
SPEAKERDECK.COM/PJEDRZEJEWSKI/SYLIUS-DECOUPLED-ECOMMERCE-PLATFORM
SYLIUS.ORG 26 COMPOSER PACKAGES ▸ composer require sylius/core (ALL PACKAGES)
▸ composer require sylius/cart ▸ composer require sylius/pricing ▸ composer require sylius/product ▸ composer require sylius/order ▸ composer require sylius/shipping ▸ composer require sylius/taxation
1,850,000 DOWNLOADS 11,004 COMMITS 315+ CONTRIBUTORS 644 OPEN / 1,614
CLOSED ISSUES 170 OPEN / 3,565 CLOSED PULL-REQUESTS 2,400+ STARS SCRUTINIZER-CI.COM/G/SYLIUS/SYLIUS/ BDD (BEHAT) TDD (PHP SPEC)
EXAMINE.COM/STORE/ERD
SYLIUS VS. LARAVEL SPARK ▸ Components, not a stand alone
app. ▸ E-Commerce focused instead of SaaS. ▸ Build your own. ▸ Not restricted to Subscription Billing.
SYLIUS VS. LARAVEL CASHIER ▸ Many different components. ▸ Not
focused on payments. ▸ Can be used together with Laravel Cashier ▸ Extend and support many payment methods.
DEMO TIME DISCLAIMER: LARAVEL USER SINCE YESTERDAY GITHUB.COM/KZAP/LARAVEL-SYLIUS-DEMO
GITHUB.COM/KZAP/LARAVEL-SYLIUS-DEMO USING SYLIUS WITH LARAVEL ▸ composer create-project --prefer-dist laravel/laravel
LaravelSylius 5.1.* ▸ (optional) composer require laravel/homestead ▸ composer require sylius/core 0.18
SPEAKERDECK.COM/PJEDRZEJEWSKI/SYLIUS-DECOUPLED-ECOMMERCE-PLATFORM
STILL UNDER DEVELOPMENT 1.X ALPHA IN OCTOBER - NOVEMBER THEN
1.X BETA Paweł Jędrzejewski, Sylius Developer TEXT
PHPCONFPH.COM RASMUS LERDORF
THANK YOU @KZAPKZAP GITHUB.COM/KZAP EXAMINE.COM SYLIUS.ORG PHACKERS.IO