PHPackages                             nfgarching/laravel-bootstrap-starter - 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. nfgarching/laravel-bootstrap-starter

ActiveProject[Framework](/categories/framework)

nfgarching/laravel-bootstrap-starter
====================================

Laravel 12 Template with Livewire Auth + Bootstrap 5.3

0.0.1(1y ago)2411MITBladePHP ^8.2

Since Mar 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nfgarching/laravel-bootstrap-starter)[ Packagist](https://packagist.org/packages/nfgarching/laravel-bootstrap-starter)[ RSS](/packages/nfgarching-laravel-bootstrap-starter/feed)WikiDiscussions main Synced 1mo ago

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

Laravel 12 Starter Kit with Livewire Auth + Bootstrap 5.3
=========================================================

[](#laravel-12-starter-kit-with-livewire-auth--bootstrap-53)

[![Stable Version](https://camo.githubusercontent.com/178b7ce70881290c4bfba673d9cdcaf0aa290d474e34518f9a9e54d2025423c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6e666761726368696e672f6c61726176656c2d626f6f7473747261702d73746172746572)](https://packagist.org/packages/nfgarching/laraval-bootstrap-starter)[![Total Downloads](https://camo.githubusercontent.com/a4073d8513553dca7ceb7d4e89da5ed0acb95cf96564b52e23c5072aaa6447f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e666761726368696e672f6c61726176656c2d626f6f7473747261702d73746172746572)](https://packagist.org/packages/nfgarching/laraval-bootstrap-starter)[![License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)

About this template
-------------------

[](#about-this-template)

This is a laravel repository project, which can be used as a basis for future projects. This starter kit comes with Livewire Auth and Bootstrap 5 CDN. Optional You can use node\_modules or sail.

---

Features
--------

[](#features)

The Laravel template project comes with the following features:

- [Laravel 12.x](https://laravel.com/)
- [Bootstrap 5](https://getbootstrap.com/)

---

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

[](#installation)

### Create the project with composer

[](#create-the-project-with-composer)

```
# Create application
composer create-project nfgarching/laravel-bootstrap-starter {project_name} --stability=dev

# Go into app's directory
cd {my-project}

# Start application
php artisan serve
```

---

### Create own Git-Repository

[](#create-own-git-repository)

```
# Go into app's directory
cd {my-project}

# Start a new Git-Repository
git init
git add .
git commit -m 'initial commit'
```

---

### Optional install [sail](https://laravel.com/docs/12.x/sail#installing-sail-into-existing-applications)

[](#optional-install-sail)

```
composer require laravel/sail --dev
php artisan sail:install
./vendor/bin/sail up
```

---

Use of Bootstrap 5
------------------

[](#use-of-bootstrap-5)

### Default with [CDN](https://getbootstrap.com/docs/5.3/getting-started/introduction/#cdn-links)

[](#default-with-cdn)

Template include Bootstrap’s production-ready CSS and JavaScript via CDN without the need for any build steps.

---

### Optional install Bootsrap 5 with [Vite](https://laravel.com/docs/12.x/vite)

[](#optional-install-bootsrap-5-with-vite)

Goto directory resource/views/components/layouts/app/

Add in head.blade.php

```
@vite(['resources/css/app.scss', 'resources/js/app.js'])
```

Remove in head.blade.php

```

```

Remove in script.blade.php

```

```

Running Vite

```
cd {my-project}
npm install && npm run build
composer run dev
```

---

License
-------

[](#license)

Distributed under the **MIT** License. See [`LICENSE`](LICENSE) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance46

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

415d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8aaed74451bdd4db2db803ceb1c60eb8795dce18df06ac5b71086afa4b869c09?d=identicon)[nfgarching](/maintainers/nfgarching)

---

Top Contributors

[![nfgarching](https://avatars.githubusercontent.com/u/10423182?v=4)](https://github.com/nfgarching "nfgarching (1 commits)")

---

Tags

bootstrap5laravellaravel12livewireframeworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nfgarching-laravel-bootstrap-starter/health.svg)

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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