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

dev-main 2025-04-02 12:02 UTC

This package is auto-updated.

Last update: 2025-04-02 12:02:44 UTC


README

Latest Version on Packagist Project Status: Active GitHub last commit GitHub stars GitHub license

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

Installation

laravel new --using=hostmoz/laravel-bootstrap-starter-kit

Upcoming Features

  1. Enhanced User Management

    • Role-based access control (RBAC)
    • User activity logging
    • Two-factor authentication
  2. API Development

    • RESTful API scaffolding
    • API authentication with Sanctum
    • API documentation
  3. 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.