devcharles / fortify-sanctum
A zero config laravel package to use fortify flavours in sanctum.
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0
- laravel/fortify: ^1.21
- laravel/sanctum: ^4.0
README
Easily integrate Laravel Fortify's authentication features with Laravel Sanctum for API token authentication — Zero Config! 🎉
✨ Features
- 🔒 Secure Authentication: Leverage the power of Laravel Fortify to manage authentication seamlessly with Laravel Sanctum.
- ⚙️ Zero Configuration: Simply install and you're good to go. No complex setup required!
- 🔑 API Token Support: Protect your APIs with Sanctum while enjoying Fortify's robust authentication features.
- 🚀 Lightweight & Fast: Minimal footprint with maximum functionality.
📦 Installation
Getting started is as simple as:
-
Require the package via Composer:
composer require devcharles/fortify-sanctum
-
That's it! You're ready to use Laravel Fortify with Sanctum! 🚀
🎯 Usage
Once installed, your Laravel application will automatically integrate Fortify's authentication features with Sanctum. You can start utilizing Fortify's authentication features like:
- Registration
- Login
- Two-Factor Authentication
- Password Reset
- And more...
📚 Documentation
For detailed information on Laravel Fortify and Sanctum, refer to their official documentation:
🤝 Contributing
Contributions are welcome! If you find a bug or have a feature request, feel free to open an issue or submit a pull request.
📄 License
This package is open-sourced software licensed under the MIT license.
👨🏽💻 Author
Developed with ❤️ by Charles Paul.