PHPackages                             joynala/boiler - 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. joynala/boiler

ActiveLibrary[Framework](/categories/framework)

joynala/boiler
==============

This is a laravel boiler Template

v1.2(2y ago)34881MITPHPPHP ^8.1

Since Dec 28Pushed 2y agoCompare

[ Source](https://github.com/joynal-a/boiler)[ Packagist](https://packagist.org/packages/joynala/boiler)[ RSS](/packages/joynala-boiler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

Laravel Boiler Template
=======================

[](#laravel-boiler-template)

 [![Total Issues](https://camo.githubusercontent.com/e33b0d0a2c3aec364543e1e89f8bae8fd87d0200f8d1866ac0b244df5a7663b0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a6f796e616c2d612f626f696c65723f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/e33b0d0a2c3aec364543e1e89f8bae8fd87d0200f8d1866ac0b244df5a7663b0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a6f796e616c2d612f626f696c65723f7374796c653d666f722d7468652d6261646765) [![](https://camo.githubusercontent.com/cb34d85e39172afc8689210bcb666536a5886d608b848669260da4d3cc993119/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6a6f796e616c2d612f626f696c65723f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/cb34d85e39172afc8689210bcb666536a5886d608b848669260da4d3cc993119/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6a6f796e616c2d612f626f696c65723f7374796c653d666f722d7468652d6261646765) [![License](https://camo.githubusercontent.com/2dccc564fbaa7d7633817b00cab704145f876f739beeeeefcc850508e37cb74d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a6f796e616c2d612f626f696c65723f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/2dccc564fbaa7d7633817b00cab704145f876f739beeeeefcc850508e37cb74d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a6f796e616c2d612f626f696c65723f7374796c653d666f722d7468652d6261646765)

🚀 Overview
----------

[](#-overview)

Laravel Boiler Template is an elegant starting point for Laravel applications, meticulously crafted to provide a pre-configured structure, a sophisticated authentication system, and essential functionalities. Propel your projects forward with this carefully designed foundation.

🌟 Requirements
--------------

[](#-requirements)

- **PHP** ^8.1
- **Laravel** ^10

✨ Suggestion
------------

[](#-suggestion)

- It is highly recommended to initiate a new Laravel project to fully embrace the power of Laravel Boiler Template. However, integration into an existing project is also possible.

🛠️ Features
-----------

[](#️-features)

- **Repository Pattern:** Embrace the elegance of the Repository Pattern, a widely adopted design pattern in Laravel and other frameworks. This pattern abstracts the data access layer, offering a pristine and organized approach to interact with databases and various data sources.
- **Multi Model Creation:** Streamline your workflow with the ability to create multiple models in a single command. The enhanced `php artisan make:model` command empowers you to craft a single model or multiple models at once, complete with migration/migrations. The system graciously prompts you, allowing you to seamlessly choose whether to create a repository alongside each model.
- **Authentication System:** Seamlessly integrated Laravel authentication system with advanced features for web and API, including login, registration, and password reset functionalities.
- **API Ready:** Unleash the potential of easy API integration and development using the meticulously crafted structure provided.

📦 How To Install
----------------

[](#-how-to-install)

Install this package effortlessly using Composer:

```
composer require joynal.a/boiler
```

🚀 What Happens After Installing This Package?
---------------------------------------------

[](#-what-happens-after-installing-this-package)

- The `php artisan make:model` command has undergone a luxurious transformation, featuring an added repository pattern.

    - **Command Excellence:**```
        php artisan make:model ExampleModel --m
        ```

        ```
        php artisan make:model ExampleModel1 ExampleModel2 ExampleModel3 --m
        ```

        Enjoy the ability to create a single model or multiple models at once, complete with migration/migrations. The system gracefully prompts you, inquiring if you wish to create a repository alongside the model.
- Behold, a new command emerges:

    ```
    php artisan auth:generate
    ```

    Elevate your application's authentication system with this regal command. When invoked, the terminal becomes a realm of choices, asking whether you desire authentication for the web or API. Opt for web, and witness the creation of a web authentication marvel. Choose API, and the terminal further inquires if you prefer authentication with Passport or Sanctum. Your wishes shape the system accordingly.

    Alternatively, embark on this journey with personalized commands:

    ```
    php artisan auth:generate web
    ```

    or

    ```
    php artisan auth:generate api --type=passport/sanctum
    ```

Embark on your Laravel journey with the elegance and sophistication of Laravel Boiler Template! 🌟 Add stars, fork the project, and engage with the community. 🚀

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.9% 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 ~37 days

Total

3

Last Release

796d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/830b73757f22b79ee323a30de99a26d4fc43f2d49a9653ceef69cfdfc1072f99?d=identicon)[JoynalAbedin88](/maintainers/JoynalAbedin88)

---

Top Contributors

[![joynalabedin-88](https://avatars.githubusercontent.com/u/144711168?v=4)](https://github.com/joynalabedin-88 "joynalabedin-88 (19 commits)")[![JoynalAbedin88](https://avatars.githubusercontent.com/u/59510263?v=4)](https://github.com/JoynalAbedin88 "JoynalAbedin88 (14 commits)")[![arafat-web](https://avatars.githubusercontent.com/u/26932301?v=4)](https://github.com/arafat-web "arafat-web (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/joynala-boiler/health.svg)

```
[![Health](https://phpackages.com/badges/joynala-boiler/health.svg)](https://phpackages.com/packages/joynala-boiler)
```

###  Alternatives

[laravel/tinker

Powerful REPL for the Laravel framework.

7.4k423.8M1.8k](/packages/laravel-tinker)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

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

PHPackages © 2026

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