PHPackages                             abhishekpriy9/bs5larastarter - 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. [Admin Panels](/categories/admin)
4. /
5. abhishekpriy9/bs5larastarter

ActiveLibrary[Admin Panels](/categories/admin)

abhishekpriy9/bs5larastarter
============================

A Bootstrap 5 Laravel 11/12 admin panel starter package using Sneat theme.

v1.0.0(8mo ago)324MITPHPPHP ^8.2

Since Sep 4Pushed 8mo agoCompare

[ Source](https://github.com/AbhishekPriy9/bs5larastarter)[ Packagist](https://packagist.org/packages/abhishekpriy9/bs5larastarter)[ Docs](https://github.com/AbhishekPriy9/bs5larastarter)[ RSS](/packages/abhishekpriy9-bs5larastarter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Bs5-Larastarter
===============

[](#bs5-larastarter)

A simple, modern admin panel starter kit for Laravel 11+ and 12+, built with [Bootstrap 5](https://getbootstrap.com/) and powered by the [Sneat Bootstrap 5 Admin Template](https://themeselection.com/products/sneat-bootstrap-html-admin-template/). This package provides a ready-to-use admin panel with authentication, user profile management, settings, and more.

Minimum Requirements
--------------------

[](#minimum-requirements)

- PHP &gt;= 8.2
- Laravel 11 or 12
- Node.js &gt;= 18.x
- Composer
- NPM

Admin Panel Screenshot
----------------------

[](#admin-panel-screenshot)

[![Admin Panel Screenshot](https://raw.githubusercontent.com/AbhishekPriy9/bs5larastarter/main/docs/admin-screenshot.png)](https://raw.githubusercontent.com/AbhishekPriy9/bs5larastarter/main/docs/admin-screenshot.png)

*Example: Sneat Bootstrap 5 Admin Dashboard*

Features
--------

[](#features)

- Laravel 11/12 support
- Bootstrap 5 (Sneat theme) UI
- Admin authentication (login/logout)
- Role-based access (admin only)
- User profile management
- Site settings management
- Responsive dashboard
- Vite asset bundling
- Clean code structure for easy customization

Credits
-------

[](#credits)

- **Sneat Bootstrap 5 Admin Template** by [ThemeSelection](https://themeselection.com/products/sneat-bootstrap-html-admin-template/)

Installation
------------

[](#installation)

> **Warning:** This package will wipe your database and create a new admin user. Use only on a fresh Laravel project.

1. **Require the package via Composer:**

    ```
    composer require abhishekpriy9/bs5larastarter
    ```
2. **Run the installation command:**

    ```
    php artisan bs5:install
    ```

    - You will be prompted to confirm database wipe and admin user creation.
    - Follow the prompts to set admin name, email, and password.
3. **Install Node.js dependencies:**

    ```
    npm install
    ```
4. **Start the Vite development server:**

    ```
    npm run dev
    ```

    - For production, use: ```
        npm run build
        ```
5. **Access the admin panel:**

    - Visit

Usage
-----

[](#usage)

- **Admin Login:** `/admin/login`
- **Dashboard:** `/admin/dashboard`
- **Profile:** `/admin/profile/edit`
- **Settings:** `/admin/settings`

File Structure
--------------

[](#file-structure)

See the [stubs/](stubs/) directory for published controllers, views, assets, and routes.

Customization
-------------

[](#customization)

- **Views:** Edit files in `resources/views/admin/` for dashboard, login, profile, and settings pages.
- **Assets:** Customize CSS/JS in `resources/admin/assets/`.
- **Settings:** Extend `app/Models/Setting.php` and `config/settings.php` for site configuration.
- **Middleware:** Modify `app/Http/Middleware/AdminMiddleware.php` for access control.

Troubleshooting
---------------

[](#troubleshooting)

### Watchers Limit Exceeded Error

[](#watchers-limit-exceeded-error)

If you see an error like `ENOSPC: System limit for number of file watchers reached` when running `npm run dev`, you need to increase the watchers limit on your system.

**To fix this on Linux, run:**

```
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p
```

This increases the number of files your system can watch, which is required for Vite and Laravel Mix to work properly.

FAQ
---

[](#faq)

### Will this package overwrite my existing database?

[](#will-this-package-overwrite-my-existing-database)

**Yes.** The install command runs `migrate:fresh`, which wipes all tables and data. Use only on a fresh Laravel project.

### Can I use this with an existing Laravel app?

[](#can-i-use-this-with-an-existing-laravel-app)

It’s designed for new projects. Using it on an existing app may cause data loss and conflicts.

### How do I change the admin panel URL?

[](#how-do-i-change-the-admin-panel-url)

Edit the published `routes/admin.php` file and update route prefixes as needed.

### How do I add more admin users?

[](#how-do-i-add-more-admin-users)

Register new users via the database or extend the admin registration logic in your controllers.

### How do I customize the theme?

[](#how-do-i-customize-the-theme)

Edit assets in `resources/admin/assets/` and views in `resources/views/admin/`.

Sneat Theme License
-------------------

[](#sneat-theme-license)

This package uses the [Sneat Bootstrap 5 Admin Template](https://themeselection.com/products/sneat-bootstrap-html-admin-template/) (free version). For commercial use or advanced features, please purchase a license from ThemeSelection.

Contributing
------------

[](#contributing)

Pull requests and issues are welcome!

License
-------

[](#license)

MIT

---

**Developed by AbhishekPriy9**

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance60

Regular maintenance activity

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

250d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99dcbf97566508fc0671882c5e88aa0860afb5ce8a180215b1681484f2d8ab9b?d=identicon)[AbhishekPriy9](/maintainers/AbhishekPriy9)

---

Top Contributors

[![AbhishekPriy9](https://avatars.githubusercontent.com/u/91445539?v=4)](https://github.com/AbhishekPriy9 "AbhishekPriy9 (2 commits)")

---

Tags

laravelpackagedashboardstarter-kitadmin-panelbootstrap-5sneat

### Embed Badge

![Health badge](/badges/abhishekpriy9-bs5larastarter/health.svg)

```
[![Health](https://phpackages.com/badges/abhishekpriy9-bs5larastarter/health.svg)](https://phpackages.com/packages/abhishekpriy9-bs5larastarter)
```

###  Alternatives

[riodwanto/superduper-filament-starter-kit

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

2708.5k](/packages/riodwanto-superduper-filament-starter-kit)[superv/platform

SuperV Platform Package

2411.6k5](/packages/superv-platform)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)

PHPackages © 2026

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