PHPackages                             get-tony/bs5-starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. get-tony/bs5-starter-kit

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

get-tony/bs5-starter-kit
========================

Complete Bootstrap 5 starter kit for Laravel - Professional UI components, SASS architecture, and authentication system. Perfect for enterprise and secure environments.

v1.1.0(1y ago)187MITBladePHP ^8.2CI passing

Since Jun 30Pushed 1y agoCompare

[ Source](https://github.com/Get-Tony/bs5-starter-kit)[ Packagist](https://packagist.org/packages/get-tony/bs5-starter-kit)[ Docs](https://github.com/get-tony/bs5-starter-kit)[ RSS](/packages/get-tony-bs5-starter-kit/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (7)Versions (2)Used By (0)

Laravel BS5 Starter Kit
=======================

[](#laravel-bs5-starter-kit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/165841b79cbaf426de1e6e3b57ec1a7b043b5cb93385caeb0035dcc354e8b672/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6765742d746f6e792f6273352d737461727465722d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/get-tony/bs5-starter-kit)[![License: MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](https://opensource.org/licenses/MIT)[![Laravel](https://camo.githubusercontent.com/e7bda8fdadb182a2ce0f0ef4cf53611e30a7da40774318b9be9dda7b7219754b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d3130253242253230253743253230313125324225323025374325323031322532422d7265642e737667)](https://laravel.com)[![PHP](https://camo.githubusercontent.com/0f16581d1180dbfd4c0e13166ec1267d4ad2f2fab8281ea6d6b284cf5c65d921/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d626c75652e737667)](https://php.net)[![Version](https://camo.githubusercontent.com/852a0664390957416e175c9987253655857cd72a3e1fe8b9750711107ab7eb3e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d312e312e3025323052656c656173652d677265656e2e737667)](https://github.com/Get-Tony/bs5-starter-kit/releases/tag/v1.1.0)

A modern, production-ready Laravel starter kit built exclusively with **Bootstrap 5** and **SASS architecture**. Clean, professional, and dependency-free.

✨ What is BS5 Starter Kit?
--------------------------

[](#-what-is-bs5-starter-kit)

**BS5 Starter Kit** is a pure Bootstrap 5 foundation for Laravel applications, designed for developers who want:

- 🎨 **Bootstrap 5.3+** - Latest Bootstrap with all components and utilities
- 🏗️ **7-1 SASS Architecture** - Professional, maintainable stylesheet organization
- 🔐 **Authentication System** - Complete login, registration, and user management
- 🧩 **Reusable Components** - Professional Blade components ready for production
- ⚡ **JavaScript Utilities** - Custom utilities built on Bootstrap's JavaScript
- 🎯 **Zero Dependencies** - No additional JavaScript frameworks required

🚀 Quick Start
-------------

[](#-quick-start)

### New Project

[](#new-project)

```
composer create-project laravel/laravel my-app
cd my-app
composer require get-tony/bs5-starter-kit
php artisan bs5:install --preset=full
npm install && npm run build
php artisan serve
```

### Existing Project

[](#existing-project)

```
composer require get-tony/bs5-starter-kit
php artisan bs5:install --preset=standard
npm install && npm run build
```

🎯 What You Get
--------------

[](#-what-you-get)

- **Complete Authentication** - Login, registration, password reset, and profile management
- **Professional UI Components** - Cards, buttons, alerts, modals, forms with Bootstrap styling
- **Responsive Design** - Mobile-first, Bootstrap 5 responsive grid and components
- **SASS Architecture** - Organized 7-1 SASS structure for scalable stylesheets
- **JavaScript Utilities** - Toast notifications, confirm dialogs, and component helpers
- **Production Ready** - Optimized for enterprise and professional applications

🔧 System Requirements
---------------------

[](#-system-requirements)

- **Laravel 10+ | 11+ | 12+**
- **PHP 8.2+**
- **Node.js 18+** and **NPM**
- **Composer 2.0+**

📚 Installation Options
----------------------

[](#-installation-options)

### Preset Installations

[](#preset-installations)

```
# Minimal (Bootstrap only)
php artisan bs5:install --preset=minimal

# Standard (Bootstrap + SASS)
php artisan bs5:install --preset=standard

# Full (Bootstrap + SASS + Authentication)
php artisan bs5:install --preset=full
```

### Individual Components

[](#individual-components)

```
# Install specific components
php artisan bs5:install --bootstrap --sass
php artisan bs5:install --auth
```

🎨 Your First Component
----------------------

[](#-your-first-component)

```

                        Welcome to BS5 Starter Kit!

                        Your Bootstrap 5 application is ready to build.

                            Show Toast

```

🧪 Testing &amp; Quality Assurance
---------------------------------

[](#-testing--quality-assurance)

```
# Run all tests
./test

# Test specific components
./test phpunit
./test frontend
./test composer
```

📖 Documentation
---------------

[](#-documentation)

### 🎯 For Developers

[](#-for-developers)

- **[Installation Guide](docs/installation.md)** - Complete installation options
- **[Configuration](docs/configuration.md)** - Customize settings and behavior
- **[Usage Examples](docs/usage-examples.md)** - Code examples and patterns
- **[Customization](docs/customization.md)** - Extend and modify components

### 🌟 For Users &amp; Community

[](#-for-users--community)

- **[GitHub Wiki](https://github.com/Get-Tony/bs5-starter-kit/wiki)** - Tutorials, examples, and community guides
- **[Video Tutorials](https://github.com/Get-Tony/bs5-starter-kit/wiki/Video-Tutorials)** - Visual walkthroughs
- **[Community Examples](https://github.com/Get-Tony/bs5-starter-kit/wiki/Community-Examples)** - User implementations

🌟 Key Features
--------------

[](#-key-features)

### ✅ Production Ready

[](#-production-ready)

- Comprehensive test suite for quality assurance
- Enterprise-grade authentication system
- Professional UI components and layouts
- Optimized asset compilation with Vite

### ⚡ Modern Stack

[](#-modern-stack)

- Bootstrap 5.3+ with latest features
- SASS with 7-1 architecture
- Modern JavaScript utilities
- Laravel 10+, 11+, and 12+ support

### 🎯 Pure Bootstrap Foundation

[](#-pure-bootstrap-foundation)

- No conflicting JavaScript frameworks
- Clean, maintainable codebase
- Professional enterprise styling
- Fully responsive design system

⚠️ Important Notes
------------------

[](#️-important-notes)

- **Pure Bootstrap 5** - No additional JavaScript frameworks required
- **Enterprise Ready** - Perfect for professional and secure environments
- **Dependency Free** - Clean foundation you can build upon
- **Production Tested** - Used in real-world applications

📄 License
---------

[](#-license)

BS5 Starter Kit is open-sourced software licensed under the [MIT license](LICENSE).

🔗 Links
-------

[](#-links)

- **[Packagist](https://packagist.org/packages/get-tony/bs5-starter-kit)** - Official package
- **[GitHub](https://github.com/Get-Tony/bs5-starter-kit)** - Source code
- **[Email Support](mailto:get-tony@outlook.com)** - Direct support

---

**Ready to get started?** Check out the [Installation Guide](docs/installation.md) and build your next Laravel application with Bootstrap 5!

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance46

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fc91120461c3632dff3063517e3af945b4000c655e2b27d37198f134f916210?d=identicon)[Get-Tony](/maintainers/Get-Tony)

---

Top Contributors

[![Get-Tony](https://avatars.githubusercontent.com/u/24943051?v=4)](https://github.com/Get-Tony "Get-Tony (6 commits)")

---

Tags

bootstrap5laravellaraveluiAuthenticationcomponentssasssecurebootstrapresponsiveenterprisefrontendstarterkitbootstrap5

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/get-tony-bs5-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/get-tony-bs5-starter-kit/health.svg)](https://phpackages.com/packages/get-tony-bs5-starter-kit)
```

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M319](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M227](/packages/laravel-mcp)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M188](/packages/spatie-laravel-health)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

5031.3k](/packages/erag-laravel-lang-sync-inertia)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
