bijaydas / auth-starter-kit
A Laravel Starter Kit featuring essential user authentication and navigation.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/bijaydas/auth-starter-kit
Requires
- php: ^8.3
 - blade-ui-kit/blade-heroicons: ^2.6
 - blade-ui-kit/blade-icons: ^1.8
 - laravel/framework: ^12.0
 - laravel/tinker: ^2.10.1
 - livewire/flux: ^2.2
 - livewire/livewire: ^3.6
 - spatie/laravel-permission: ^6.21
 
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.15
 - fakerphp/faker: ^1.23
 - larastan/larastan: ^3.0
 - laravel/pail: ^1.2.2
 - laravel/pint: ^1.24
 - laravel/sail: ^1.41
 - mockery/mockery: ^1.6
 - nunomaduro/collision: ^8.6
 - pestphp/pest: ^3.8
 - pestphp/pest-plugin-laravel: ^3.2
 - phpstan/phpstan: ^2.1
 
This package is auto-updated.
Last update: 2025-10-09 15:01:36 UTC
README
A Laravel Starter Kit featuring essential user authentication and navigation. This package provides a foundation for creating web applications with core functionality out-of-the-box.
Features
- Login: Secure user authentication.
 - Create Account: New users can register an account.
 - Home Page: Accessible after login, acting as the main dashboard.
 - More coming soon
 
Usage
- Register: Go to 
/signupto create a new account. - Login: Go to 
/loginto sign in. - Home: After login, access the home page at 
/homeor/. 
Customization
- Update branding, theme, or routes as you grow your application.
 - Add additional features (password reset, profile, dashboard, etc.) as needed.
 
License
This project is open-sourced under the MIT license.
Start building your next Laravel application quickly and efficiently with this starter kit!