PHPackages                             dakeashish1997/laravel-bootstrap-skeleton - 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. [Framework](/categories/framework)
4. /
5. dakeashish1997/laravel-bootstrap-skeleton

ActiveProject[Framework](/categories/framework)

dakeashish1997/laravel-bootstrap-skeleton
=========================================

The skeleton application for the Laravel framework.

v1.0.0(1y ago)07MITBladePHP ^8.2

Since May 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dakeashish1997/LaravelBootstrapAdminPanel)[ Packagist](https://packagist.org/packages/dakeashish1997/laravel-bootstrap-skeleton)[ RSS](/packages/dakeashish1997-laravel-bootstrap-skeleton/feed)WikiDiscussions main Synced today

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

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

Configuration
=============

[](#configuration)

Multiple features
-----------------

[](#multiple-features)

By default, all features are enabled, except email verification and password reset.

### Update email verification

[](#update-email-verification)

If you want to use email verification or password reset feature, you need to set up the mail configuration in the .env file

```
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=your_username
MAIL_PASSWORD=your_password
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=your_email
MAIL_FROM_NAME="${APP_NAME}"

```

In addition to this, you need to set up the mail verification in the app/Models/User.php file.

```
... your other code

class User extends Authenticatable implements MustVerifyEmail

... your other code

```

and enable feature in .env file. Make sure you have the following lines in your `.env` file:

```
FEATURE_UPDATE_EMAIL_VERIFICATION=true
FEATURE_UPDATE_RESET_PASSWORD=true

```

### Update profile photo

[](#update-profile-photo)

### Update password

[](#update-password)

### Update 2 factor authentication

[](#update-2-factor-authentication)

### Update reset password

[](#update-reset-password)

### Update account deactivation

[](#update-account-deactivation)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance46

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

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

402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c8635e1a4484c82cbdcbc742eecb3cf4991ccc1bb7ce983041e6bf603c1d28fc?d=identicon)[dakeashish1997](/maintainers/dakeashish1997)

---

Top Contributors

[![dakeashish1997](https://avatars.githubusercontent.com/u/14220809?v=4)](https://github.com/dakeashish1997 "dakeashish1997 (8 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dakeashish1997-laravel-bootstrap-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/dakeashish1997-laravel-bootstrap-skeleton/health.svg)](https://phpackages.com/packages/dakeashish1997-laravel-bootstrap-skeleton)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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