Slide 1

Slide 1 text

Laravel SPARK

Slide 2

Slide 2 text

Levan Velijanashvili me@stichoza.com twitter.com/Stichoza github.com/Stichoza

Slide 3

Slide 3 text

WHAT IS SPARK

Slide 4

Slide 4 text

WHAT SPARK IS FOR

Slide 5

Slide 5 text

SaaS Applications WHAT SPARK IS FOR (Software as a Service)

Slide 6

Slide 6 text

WHAT DOES SPARK SOLVE

Slide 7

Slide 7 text

Authentication Roles Invitations Team Management Subscriptions Billing Coupons Invoices WHAT DOES SPARK SOLVE

Slide 8

Slide 8 text

HOW TO START

Slide 9

Slide 9 text

laravel new myapp cd myapp spark install HOW TO START

Slide 10

Slide 10 text

WHAT SPARK CAN DO

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

protected function customizeSubscriptionPlans() { Spark::free() ->features([ 'Feature 1', 'Feature 2', 'Feature 3', ]); Spark::plan('Basic', 'stripe-id')->price(10) ->trialDays(7) ->features([ 'Feature 1', 'Feature 2', 'Feature 3', ]); } SIMPLE

Slide 13

Slide 13 text

ALPHA

Slide 14

Slide 14 text

php artisan spark:questions

Slide 15

Slide 15 text

me@stichoza.com twitter.com/Stichoza github.com/Stichoza Thanks!