vortechron / laravel-stripe
Laravel Spark provides scaffolding for Laravel SaaS applications.
v1.2.0
2025-07-27 08:34 UTC
Requires
- php: ^8.0
- ext-json: *
- illuminate/contracts: ^9.0|^10.0|^11.0|^12.0
- inertiajs/inertia-laravel: ^0.5.0|^0.6.0|^2.0
- laravel/cashier: ^13.9|^15.0
- mpociot/vat-calculator: ^3.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.5
README
-
register the provider in
config/app.php
orbootstrap/providers.php
-
copy or publish the migration file
-
update user model with
Billable
trait -
update
config/spark.php
file