Пример #1
0
 /**
  * Customize the subscription plans for the application.
  *
  * @return void
  */
 protected function customizeSubscriptionPlans()
 {
     Spark::free()->features(['Feature 1', 'Feature 2', 'Feature 3']);
     Spark::plan('Spark Test 1', 'spark-test-1')->price(9.99)->trialDays(15)->features(['Feature 1', 'Feature 2', 'Feature 3']);
 }