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
490
Singularity Containers & The Rewrite to Go
kzap
1
290
Infrastructure As Code
kzap
1
100
Terraform Everything - Infrastructure As Code
kzap
0
92
MODERN E-COMMERCE IN 30 MINUTES
kzap
0
91
Google Accelerated Mobile Pages
kzap
0
650
10 Ways to Manage Clients and Keep Your Sanity
kzap
0
210
Other Decks in Programming
See All in Programming
Beyond ORM
77web
11
1.6k
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.5k
PicoRubyと暮らす、シェアハウスハック
ryosk7
0
250
定理証明プラットフォーム lapisla.net
abap34
1
600
Lookerは可視化だけじゃない。UIコンポーネントもあるんだ!
ymd65536
1
130
毎日13時間もかかるバッチ処理をたった3日で60%短縮するためにやったこと
sho_ssk_
1
670
Scaling your build logic
antalmonori
1
130
traP の部内 ISUCON とそれを支えるポータル / PISCON Portal
ikura_hamu
0
230
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
140
ゼロからの、レトロゲームエンジンの作り方
tokujiros
3
1.1k
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
360
Запуск 1С:УХ в крупном энтерпрайзе: мечта и реальность ПМа
lamodatech
0
970
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.3k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
113
50k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
It's Worth the Effort
3n
184
28k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Into the Great Unknown - MozCon
thekraken
34
1.6k
Fireside Chat
paigeccino
34
3.2k
How STYLIGHT went responsive
nonsquared
96
5.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
KATA
mclloyd
29
14k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.6k
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