PHPackages                             clarity-tech/laravel-strict - 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. clarity-tech/laravel-strict

ActiveProject[Framework](/categories/framework)

clarity-tech/laravel-strict
===========================

The skeleton application for the Laravel framework.

01[1 PRs](https://github.com/clarity-tech/laravel-strict/pulls)BladeCI passing

Since Jun 23Pushed 1y agoCompare

[ Source](https://github.com/clarity-tech/laravel-strict)[ Packagist](https://packagist.org/packages/clarity-tech/laravel-strict)[ RSS](/packages/clarity-tech-laravel-strict/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

[![CLARITY Logo](.github/clarity-logo.png)](.github/clarity-logo.png)

Laravel Essentials Starter Kit
==============================

[](#laravel-essentials-starter-kit)

with Stricter Rules and CLARITY way

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

[](#getting-started)

**Create via Composer:**

```
composer create-project clarity-tech/laravel-strict
```

**Create via Laravel CLI:**

```
laravel new --using clarity-tech/laravel-strict
```

\*\*Direct Clone and initialize via Laravel Sail in Docker environments \*\* You may install the application's dependencies by navigating to the application's directory and executing the following command. This command uses a small Docker container containing PHP and Composer to install the application's dependencies:

```
docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php84-composer:latest \
    composer install --ignore-platform-reqs
```

then run `sail composer install` or other sail commands

Database Management with pgweb
------------------------------

[](#database-management-with-pgweb)

The project includes [pgweb](https://github.com/sosedoff/pgweb), a web-based PostgreSQL database browser.

**Accessing pgweb:**

1. Ensure services are running: `sail up -d`
2. Open pgweb interface at:

**Features:**

- View and query database tables
- Run SQL commands
- Export/import data
- View table schemas

**Configuration:**

- Default port: 8081 (customize via `FORWARD_PGWEB_PORT` in `.env`)
- Automatically connects to the PostgreSQL service using credentials from `.env`

The interface will be available after starting the Docker containers.

Introduction
------------

[](#introduction)

The CLARITY Laravel Starter Kit provides a robust foundation for building Laravel applications with pre-configured packages like Sail, Telescope, and Octane. This project adheres to CLARITY's development standards to ensure consistency and quality across all projects.

Features
--------

[](#features)

- Pre-configured Sail for local development
- Integrated Telescope for debugging and performance monitoring
- Octane for high-performance request handling
- CLARITY-standard directory structure and coding conventions

CLARITY Development Standards
-----------------------------

[](#clarity-development-standards)

- **Coding Standards:** Follow PSR-12 and CLARITY's internal style guide.
- **Git Workflow:** Use feature branches and pull requests as outlined in CLARITY's Git workflow documentation.
- **Testing:** All features require unit and integration tests.
- **Deployment:** Follow CLARITY's deployment pipeline standards.

Contribution Guidelines
-----------------------

[](#contribution-guidelines)

Contributions should align with CLARITY's internal development processes. For more details, refer to our [Internal Contribution Guide](link-to-internal-doc).

Support
-------

[](#support)

For questions or support, visit our [official website](https://www.claritytech.io/) or contact .

License
-------

[](#license)

This starter kit is licensed under the MIT license.

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity19

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab0ec80e4e9d7eaeed5b9010e62cf7ce3121f4779870663a253218cfa43f8f7c?d=identicon)[msonowal](/maintainers/msonowal)

---

Top Contributors

[![msonowal](https://avatars.githubusercontent.com/u/6334484?v=4)](https://github.com/msonowal "msonowal (5 commits)")

### Embed Badge

![Health badge](/badges/clarity-tech-laravel-strict/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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