Laravel Auth Slate
Scaffolds Laravel authentication files in your Nylo project.
Getting Started
In your flutter project add the dependency:
dependencies:
...
laravel_auth_slate: ^0.0.2
Requirements
- Dart >= 2.19.0
- Flutter >= 3.10.0
Files generated:
- Pages
- LoginPage
- RegisterPage
- LandingPage
- DashboardPage
- AuthLandingPage
- Events
- LaravelAuthEvent
- Networking
- LaravelApiService
- LaravelAuthService
- Models
- AuthUser
- AuthResponse
Usage
Run the below command in your project.
dart run laravel_auth_slate:main publish:all
Changelog
Please see CHANGELOG for more information what has changed recently.
Licence
The MIT License (MIT). Please view the License File for more information.