PHPackages                             r4nkt/laravel-saasparilla - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. r4nkt/laravel-saasparilla

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

r4nkt/laravel-saasparilla
=========================

An opinionated collection of functionality to make Laravel SaaS creators' lives a little bit easier.

v0.2.0(5y ago)152MITPHPPHP ^8.0

Since Apr 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/r4nkt/laravel-saasparilla)[ Packagist](https://packagist.org/packages/r4nkt/laravel-saasparilla)[ Docs](https://github.com/r4nkt/laravel-saasparilla)[ GitHub Sponsors](https://github.com/r4nkt)[ RSS](/packages/r4nkt-laravel-saasparilla/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (10)Versions (3)Used By (0)

R4nkt's Laravel Saasparilla
===========================

[](#r4nkts-laravel-saasparilla)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b97ddd3f53ef6b14adb62fa95d735621b0117f79b47b3c05eb61304d59cc160a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72346e6b742f6c61726176656c2d73616173706172696c6c612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/r4nkt/laravel-saasparilla)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ab12f474b0f28b50a33fb59e26e610a03ed07a59089ef448c2f45d32b836435f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f72346e6b742f6c61726176656c2d73616173706172696c6c612f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/r4nkt/laravel-saasparilla/actions?query=workflow%3Arun-tests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f31f32d6c0c79c636bd05e2514efd1f24fe74488107f3794cd00af39a40bd712/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f72346e6b742f6c61726176656c2d73616173706172696c6c612f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/r4nkt/laravel-saasparilla/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/f57f99a86a39fb5664338b4cefa84c348f1815f386b08b158b3e6c34c1aaadd5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72346e6b742f6c61726176656c2d73616173706172696c6c612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/r4nkt/laravel-saasparilla)

An opinionated collection of functionality to make Laravel SaaS creators' lives a little bit easier.

This package was developed to scratch an itch, but it was also inspired by [Freek](https://twitter.com/freekmurze) and his [blog post](https://freek.dev/1940-why-and-how-you-should-remove-inactive-users-and-teams) about removing inactive users and teams.

It should also be noted that it was build on another [r4nkt](https://twitter.com/r4nkt) [package](https://github.com/r4nkt/laravel-resource-tidier), which you may also want to use for any of your projects.

Finally, it's important to point out that this package benefitted from [Spatie's](https://spatie.be) [Laravel package skeleton package](https://github.com/spatie/package-skeleton-laravel).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require r4nkt/laravel-saasparilla
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="R4nkt\Saasparilla\SaasparillaServiceProvider" --tag="laravel-saasparilla-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="R4nkt\Saasparilla\SaasparillaServiceProvider" --tag="laravel-saasparilla-config"
```

This is the contents of the published config file:

```
