PHPackages                             khattab/prepare - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. khattab/prepare

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

khattab/prepare
===============

Configure Newly Created Laravel Projects

v1.0.0(11mo ago)024MITPHPPHP ^8.2|^8.3

Since Jun 20Pushed 10mo agoCompare

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

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

Prepare Laravel Project
=======================

[](#prepare-laravel-project)

Configure newly created laravel project using simple package
------------------------------------------------------------

[](#configure-newly-created-laravel-project-using-simple-package)

- First We Need to install the package

```
composer require khattab/prepare
```

- Run `composer update` and type `y`

```
composer update
```

- Initialize the newly created project by pushing the helpers
- This Command will install the development packages that helps us like `laravel telescope`, `laravel modules`, `fast paginate`, `commitlint` and `husky`

```
php artisan khattab:initialize
```

- if you don't want to install `commitlint` package to lint you git commits, you can pass `--no-commitlint` flag

```
php artisan khattab:initialize --no-commitlint
```

- To install advanced packages like `log-viewer` you can pass `--advanced` flag

```
php artisan khattab:initialize --advanced
```

- Then We have to publish package assets, files

```
php artisan vendor:publish --tag=khattab-prepare --force
```

- finally copy middlewares, files, dump composer

```
php artisan khattab:publish-prepare-files
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance52

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

331d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1273d2d5ee1697b08a6ca6ce2d91bf24eb8d914c73a1bb1d125885f2063ab40?d=identicon)[MostafaAbd-elnaby](/maintainers/MostafaAbd-elnaby)

---

Top Contributors

[![MostafaAbd-elnaby](https://avatars.githubusercontent.com/u/86734854?v=4)](https://github.com/MostafaAbd-elnaby "MostafaAbd-elnaby (7 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/khattab-prepare/health.svg)

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

###  Alternatives

[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)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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