PHPackages                             mindshaker/laravel-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. [Templating &amp; Views](/categories/templating)
4. /
5. mindshaker/laravel-starter

ActiveLibrary[Templating &amp; Views](/categories/templating)

mindshaker/laravel-starter
==========================

UIkit starter template for Laravel 10

2.1(1y ago)0451[2 PRs](https://github.com/MindShaker/laravel-starter/pulls)MITBladePHP ^8.1.0

Since May 11Pushed 1y ago4 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (16)Used By (0)

Laravel Starter with Uikit
==========================

[](#laravel-starter-with-uikit)

**Atention:** This package was updated to not only install Uikit scaffolding but also allow to keep tailwind and Alpine JS.

This package installs the starter kit "[Laravel Breeze](https://laravel.com/docs/11.x/starter-kits#laravel-breeze-installation)" and styles it with [UiKit](https://getuikit.com/) and it removes unnecessary files from Breeze and tailwind (See the full list of deleted / changed files below).

Laravel Breeze is a minimal, simple implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

To begin, you'll need a **fresh** install of Laravel. **Adding this to an existing project is not recommended and may cause issues**. For full instructions on installing Laravel, refer to the [Laravel installation docs](https://laravel.com/docs/11.x/installation), but something like the following will get you up and running:

```
composer create-project laravel/laravel example-app

cd example-app

```

### Installing

[](#installing)

1. Include this repository into your composer dependencies:

```
composer require mindshaker/laravel-uikit

```

OR

```
composer require mindshaker/laravel-starter

```

2. Run the artisan command to install Breeze and UIKit (This will delete / change files. Please see full list below.) Or keep tailwind and insert a default design system

```
php artisan starter:install

```

3. Finish the Breeze installation

```
php artisan migrate

npm install

```

Full list of deleted / Changed files after install
--------------------------------------------------

[](#full-list-of-deleted--changed-files-after-install)

The delete files are files that we don't need, ex: tailwind because we use UiKit.

### Deleted Files

[](#deleted-files)

- app/Http/Controllers/ProfileController.php
- resources/views/components/
- resources/views/profile/
- resources/css/
- resources/views/layouts/navigation.blade.php
- resources/js/bootstrap
- postcss.config.js
- tailwind.config.js

### Changed Files

[](#changed-files)

- resources/views/welcome.blade.php
- resources/views/dashboard.blade.php
- resources/views/layouts/app.blade.php
- resources/views/welcome.blade.php
- resources/js/app.js
- resources/views/auth/
- package.json (Add packages and remove extra ones.)
- vite.config.js

Next Steps
----------

[](#next-steps)

- Profile

This project was made to accommodate our laravel Setup, yours might not be the same.

License
-------

[](#license)

This template is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT) - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance46

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 76% 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 ~49 days

Recently: every ~96 days

Total

15

Last Release

406d ago

Major Versions

1.2.4 → 2.02024-10-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a04043a9f85b1af39578fb5aa76bcb1d477308c217fa5ee05e05c4218901408?d=identicon)[mpn7](/maintainers/mpn7)

---

Top Contributors

[![mpn7](https://avatars.githubusercontent.com/u/50495592?v=4)](https://github.com/mpn7 "mpn7 (19 commits)")[![franCord1](https://avatars.githubusercontent.com/u/166040181?v=4)](https://github.com/franCord1 "franCord1 (5 commits)")[![mskuser1](https://avatars.githubusercontent.com/u/19706285?v=4)](https://github.com/mskuser1 "mskuser1 (1 commits)")

---

Tags

laravelbreezeuikit

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)

PHPackages © 2026

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