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

ActiveProject[Framework](/categories/framework)

coderscantina/laravel
=====================

An opinionated boilerplate for Laravel projects.

v1.3.1(1y ago)015MITPHPPHP ^8.3

Since Jul 23Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (21)Versions (8)Used By (0)

An opinionated boilerplate for Laravel projects
===============================================

[](#an-opinionated-boilerplate-for-laravel-projects)

Features
--------

[](#features)

- Uses [webdevops/php-nginx](https://hub.docker.com/r/webdevops/php-nginx) as a base docker image
    - Default PHP version is 8.2
    - Sets security related headers by default
- Includes [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper) for better IDE support
- Includes [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) for better development experience
- Includes [purifier](https://github.com/mewebstudio/Purifier) for sanitizing user input
- Includes [Tailwind CSS](https://tailwindcss.com/)
- Uses [Hashids](https://github.com/coderscantina/hashidable) to obfuscate model ids
- Uses [Laravel Filter](https://github.com/coderscantina/filter) to filter models through request parameters
- Uses [Laravel Transform Requests](https://github.com/coderscantina/laravel-transform-requests) to transform form request data (e.g. to camelCase)
- Uses [Laravel Translations](https://github.com/coderscantina/laravel-translations) to manage translations in the database
- Uses [JWTAuth](https://github.com/tymondesigns/jwt-auth) for API authentication
- Predefined route scheme for API, auth and web routes
- Has a health check endpoint
- Allows users to one-time login via email and pin code
- Allows superusers to impersonate other users
- Includes password reset functionality with [Notifications](https://laravel.com/docs/10.x/notifications)
- Has handy system tables for countries, languages with seeders
- Uses actions to handle synchronous business logic
- Uses [Jobs](https://laravel.com/docs/10.x/queues#creating-jobs) to handle asynchronous business logic
- Extends the user model with frequently used fields
    - Tracks last login and number of logins
- Uses accept-language header to set the app locale

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

[](#installation)

Use composer to create a new project:

```
composer create-project coderscantina/laravel my-project
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance45

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~99 days

Total

7

Last Release

428d ago

PHP version history (2 changes)v1.0.0PHP ^8.2

v1.3.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/605b58449a3fff7658eba249cf6cad34ed7a577f7d72f673c1b858ce3a97f311?d=identicon)[badmike](/maintainers/badmike)

---

Top Contributors

[![badmike](https://avatars.githubusercontent.com/u/1019002?v=4)](https://github.com/badmike "badmike (39 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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