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/13 admin panel starter package using Sneat theme.

v1.1.0(1mo ago)347MITPHPPHP ^8.2

Since Sep 4Pushed 1mo 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 today

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

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

[](#bs5-larastarter)

A simple, modern admin panel starter kit for Laravel 11, 12, and 13, 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 (PHP &gt;= 8.3 required for Laravel 13)
- Laravel 11, 12, or 13
- 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/13 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

42

—

FairBetter than 88% of packages

Maintenance91

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~259 days

Total

2

Last Release

44d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/91445539?v=4)[Abhishek Priy](/maintainers/AbhishekPriy9)[@AbhishekPriy9](https://github.com/AbhishekPriy9)

---

Top Contributors

[![AbhishekPriy9](https://avatars.githubusercontent.com/u/91445539?v=4)](https://github.com/AbhishekPriy9 "AbhishekPriy9 (3 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

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)

PHPackages © 2026

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