Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Laravel Spark

Laravel Spark

Introductory talk about Laravel Spark at Laravel Meet-up, Georgia.

Some image examples from @stauffermatt.

Levan Velijanashvili

February 05, 2016
Tweet

More Decks by Levan Velijanashvili

Other Decks in Programming

Transcript

  1. 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