studiocreativateam / auth
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
bitbucket.org/studiocreativateam/notifications
Type:package
pkg:composer/studiocreativateam/auth
0.1.78
2024-03-15 08:48 UTC
Requires
- php: ^8.1
- laravel/framework: ^9.0|^10.0
- orchestra/testbench: ^7.0|^8.0
- studiocreativateam/auth: ~0.2
- studiocreativateam/base: ~0.2
This package is auto-updated.
Last update: 2024-03-18 11:52:01 UTC
README
Package notifications
Installation
1. Require package in your composer.json:
composer require studiocreativateam/notifications
2. Publish style and config:
php artisan vendor:publish --provider="SCTeam\Notifications\SCTeamServiceProvider" --tag="style"
3. Run migrations:
php artisan migrate
4. (Optional) run seeds:
php artisan db:seed --class "SCTeam\Notifications\Database\Seeders\MailsSeeder"
Publishing
You can publish file by using command
php artisan vendor:publish --provider="SCTeam\Notifications\SCTeamServiceProvider" --tag="{{tag1|tag2}}"
Available tags:
migrationsviewsstyleconfig