PHPackages                             fkeloks/laravel-boilerplate - 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. fkeloks/laravel-boilerplate

ActiveProject[Framework](/categories/framework)

fkeloks/laravel-boilerplate
===========================

The Laravel Framework - Boilerplate by Florian B.

v1.0.0(6y ago)54[2 PRs](https://github.com/fkeloks/laravel-boilerplate/pulls)MITPHPPHP ^7.1.3

Since May 18Pushed 3y ago2 watchersCompare

[ Source](https://github.com/fkeloks/laravel-boilerplate)[ Packagist](https://packagist.org/packages/fkeloks/laravel-boilerplate)[ RSS](/packages/fkeloks-laravel-boilerplate/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (12)Versions (4)Used By (0)

[![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

[![Build Status](https://camo.githubusercontent.com/c59043e0b28eab034f19dabc49c9222c43e3fbe5e0c6bc2837a5c0086132a211/68747470733a2f2f7472617669732d63692e6f72672f6c61726176656c2f6672616d65776f726b2e737667)](https://travis-ci.org/laravel/framework)[![Total Downloads](https://camo.githubusercontent.com/e93505dcc81f8750a8e183a5fb97dd1294daac165149280e29add0509258f4d0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f642f746f74616c2e737667)](https://packagist.org/packages/laravel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/c5ffcbe113dda06dd38a2844fa16a8a507540c32a89c6e4a737fbde2f1265ed0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f762f737461626c652e737667)](https://packagist.org/packages/laravel/framework)[![License](https://camo.githubusercontent.com/f45d904953153ca304a2328243d2733e095eee13a631a1f390709885d41dd692/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f6c6963656e73652e737667)](https://packagist.org/packages/laravel/framework)

Laravel 5.8 Boilerplate
=======================

[](#laravel-58-boilerplate)

Laravel 5.8 Boilerplate by Florian B.

Features - Changes from the official Laravel project
----------------------------------------------------

[](#features---changes-from-the-official-laravel-project)

- Authentication system (Using the `artisan make:auth` command)
    - Seeder for a default user (email: `admin@local.dev`, password: `admin`)
- Third-party libraries for more efficient development
    - IDE Helper (With the `barryvdh/laravel-ide-helper` library)
    - Laravel Debugbar (With the `barryvdh/laravel-debugbar` library)
    - Laravel N+1 Query Detector (With the `beyondcode/laravel-query-detector` library)
- French translations (Based on the `caouecs/laravel-lang` library)
- Timezone set on `Europe/Paris`
- Configuration `defaultStringLength` set to `191` (for possible compatibility issues)
- Remove default routes for `api`, `channels`, and `console`
- Add the `.idea` folder to the `.gitignore` file

System Requirements
-------------------

[](#system-requirements)

- PHP &gt;= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- BCMath PHP Extension

License
-------

[](#license)

The Laravel framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2552d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5241c97d7b41e2e04e77b03d774fe747da9917c273f62975e670f0afaa89bbde?d=identicon)[fkeloks](/maintainers/fkeloks)

---

Top Contributors

[![fkeloks](https://avatars.githubusercontent.com/u/16477784?v=4)](https://github.com/fkeloks "fkeloks (17 commits)")

---

Tags

authboilerplatecomposerdebugbarframeworkfrenchlaravelphpframeworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fkeloks-laravel-boilerplate/health.svg)

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

###  Alternatives

[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)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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