hostmoz / laravel-bootstrap-starter-kit
The skeleton application for the Laravel framework.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 1
Language:HTML
Type:project
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.13
- fakerphp/faker: ^1.23
- laravel/breeze: ^2.3
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
This package is auto-updated.
Last update: 2025-04-02 12:02:44 UTC
README
A modern Laravel starter kit that provides a robust foundation for building web applications. Built with Bootstrap for flexible styling options.
Features
-
✅ Authentication System
- User registration and login
- Email verification
- Password reset
- Profile management
-
✅ Frontend Setup
- Bootstrap integration
- Vite for asset compilation
- Responsive design foundation
-
✅ Development Tools
- Laravel Debugbar
- Laravel Pint
- PHPUnit testing
- Database migrations
-
✅ Security Features
- CSRF protection
- XSS prevention
- SQL injection protection
- Secure password hashing
Tech Stack
- Laravel - The PHP Framework
- Bootstrap - CSS Framework
- Vite - Build tool
- Laravel Breeze - Authentication scaffolding
Installation
laravel new --using=hostmoz/laravel-bootstrap-starter-kit
Upcoming Features
-
Enhanced User Management
- Role-based access control (RBAC)
- User activity logging
- Two-factor authentication
-
API Development
- RESTful API scaffolding
- API authentication with Sanctum
- API documentation
-
Frontend Enhancements
- Custom theme builder
- Component library
- PWA support
Contributing
Feel free to contribute to this project by submitting a pull request.
License
The Laravel framework is open-sourced software licensed under the MIT license.