cryptounifier / jetstream-plus
Some extra features to the default Laravel Jetstream + Socialstream stack.
Installs: 14 449
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- cryptounifier/helpers: ^0.6.0
- intervention/image: ^3.0
- joelbutcher/socialstream: ^6.0.0
- laravel/jetstream: ^5.0.0
- dev-main
- 0.13.1
- 0.13.0
- 0.12.5
- 0.12.4
- 0.12.3
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.0
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.0
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
This package is auto-updated.
Last update: 2024-11-04 05:40:13 UTC
README
Jetstream Plus is a third-party package for Laravel Jetstream. It adds some extra features to the default Laravel Jetstream + Socialstream stack.
Installation
Getting started with Jetstream Plus is a breeze. With a simple step to get you on your way to creating the next big thing. Installation step:
composer require cryptounifier/jetstream-plus
Publishing Stubs
You can publish the package stubs in a simple way like Jetstream with the following command below. However, this is optional if your project is not new. You can look at the files inside the database and stubs folder and adapt manually.
php artisan jetstream-plus:install
Note: To use the 'confirm-new-location' feature with the Inertia.js stack, you must manually create an Auth page stub for it.
What changes?
Below is the listing of what this package alters/improves:
- Implements a
sign-in-notification
feature for Fortify. - Implements a
confirm-new-location
feature for Fortify. - Adds a captcha and proxy/vpn/tor validation on authentication.
- Adds an image format engine for profile image.
- Adds
agent
andlocation
values to the sessions listing on the profile page. - Adds an
ip_address
field to user table (Check database folder). - Adds the
ip_address
field for Fortify & Socialstream actions and User model (Check stubs folder). - Change the validation rules for Fortify & Socialstream actions to stricter rules (Check stubs/app/Actions folder).
- Adapt Jetstream default tests to comply with the stricter rules (Check stubs/tests folder).
License
Jetstream Plus is open-sourced software licensed under the MIT license.