yemilgr/saasy

Sassy kit

Maintainers

Details

github.com/yemilgr/saasy

Source

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:project

1.0 2025-09-08 08:47 UTC

This package is auto-updated.

Last update: 2025-09-15 14:03:18 UTC


README

Packages

  • devdojo/auth
  • spatie/laravel-permission
  • livewire/volt
  • filament/filament
  • laravel/cashier

Auth

php artisan vendor:publish --tag=auth:assets
php artisan vendor:publish --tag=auth:config
php artisan vendor:publish --tag=auth:migrations

Permissions

php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"

# add in config/permission.php
'permission' => App\Models\Permission::class,
'role' => App\Models\Role::class,

Cachier

php artisan vendor:publish --tag="cashier-migrations"
php artisan vendor:publish --tag="cashier-config"

TODO

[x] Fix redirect after user change email in profile.