Jetstream
Jetstream stats
- Downloads
- 7.7M
- Stars
- 3,766
- Open Issues
- 1
- Forks
- 772
Tailwind scaffolding for the Laravel framework.
Laravel Jetstream Package Summary
Overview
Laravel Jetstream is an advanced application scaffolding package designed specifically for Laravel. It provides a robust starting foundation for new Laravel applications by incorporating essential features such as authentication, registration, email verification, two-factor authentication, session management, and API support through Laravel Sanctum. Additionally, it includes an optional team management feature.
Features
- Authentication System: Includes built-in support for user authentication and registration.
- API Support: Integrates seamlessly with Laravel Sanctum to offer API token handling.
- Session Management: Manages user sessions effectively across devices.
- Two-Factor Authentication: Enhances security by adding two-factor authentication capabilities.
- Email Verification: Supports email verification process out of the box.
- Team Management: Optional feature that supports team-based functionalities.
- Design: Utilizes Tailwind CSS for styling and provides options to use either Livewire or Inertia.js for the frontend scaffolding.
Documentation
Complete and detailed documentation for Laravel Jetstream can be accessed on the Jetstream website.
Installation and Usage
Laravel Jetstream can be easily installed via Composer. After installation, developers can select between Livewire or Inertia for the frontend scaffolding based on their project requirements.
Contributing
Developers interested in contributing to the Laravel Jetstream project can find guidelines and a contributing document on its GitHub repository.
Security
For reporting security vulnerabilities, refer to the security policy provided on the GitHub repository to ensure responsible disclosure.
Laravel Jetstream simplifies the process of starting new Laravel projects by providing a comprehensive and well-designed toolkit right out of the box. Whether it's for building robust APIs or sophisticated user interfaces, Jetstream offers a flexible and efficient way to kick-start development.