PHPackages                             dotzone/dotzonestarters - 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. dotzone/dotzonestarters

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

dotzone/dotzonestarters
=======================

DotZone Starters is a package that contains all the basic files and folders that are needed to start a new project.

1.1.4(3y ago)3572MITJavaScriptPHP ^8.2|^8.1|^8.0|^7.4

Since Feb 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/DotZone/Dotzonestarters)[ Packagist](https://packagist.org/packages/dotzone/dotzonestarters)[ RSS](/packages/dotzone-dotzonestarters/feed)WikiDiscussions main Synced today

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

Dotzone Starters
================

[](#dotzone-starters)

 [Get started](#get-started) | [Available Themes](#available-themes) | [Generator](#generator) | [Features](#features) | [Dotzone Group](https://dotzonegrp.com)

 [![Laravel Version](https://camo.githubusercontent.com/cbe173ebabb40cf24eccdb6a2868b19904455c13c343a117723a672155ecf070/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d6c61726176656c266d6573736167653d254532253839254135392e3026636f6c6f723d303037384245266c6f676f3d6c61726176656c267374796c653d666c61742d737175617265)](packagist.org/packages/dotzone/dotzonestarters) [![Latest Version](https://camo.githubusercontent.com/d3ac026073d009780b5fc8d2235a03b2a5ebc3829b3b16496dd8e05d27deca88/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f747a6f6e652f646f747a6f6e657374617274657273)](packagist.org/packages/dotzone/dotzonestarters) [![Total Downloads](https://camo.githubusercontent.com/a793f4a1c824047739d7233c977e7a14ac330f1fa8fc6bbbff316455d422bf56/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646f747a6f6e652f646f747a6f6e657374617274657273)](packagist.org/packages/dotzone/dotzonestarters)

Package that contains all the basic files and folders that are needed to start a new project.

Works only with the latest Laravel 9 for now.

The package suggests to install [Laravel UI](https://github.com/laravel/ui) (Bootstrap) starter kit, and adds the chosen design theme on top, in addition to some features and generators.

---

`❗` Important
-------------

[](#-important)

This package must be used in a **NEW** Laravel project. Existing project functionalities, such as routes or controllers, may be overridden by Dotzonestarters.

---

Features
--------

[](#features)

Along with the Design Themes, Dotzonestarters adds a few features that are typical for almost any project:

- Main Page
- Login/Register Pages
- A generator command

---

Get Started
-----------

[](#get-started)

Dotzonestarters requires PHP 8+ and Laravel 9+.

1. Create a new Laravel project.
2. Require Dotzonestarters as a dev dependency, run:

    ```
    composer require dotzone/dotzonestarters --dev
    ```
3. Configure Dotzonestarters, run the command below:

    ```
    php artisan dotzone-starter:install
    ```

    Choose your preferred starter kit and Design Theme.
4. For **Role Permission** integration, choose yes once you see the question.
5. That's it! You have Laravel Auth starter, just visit the home page and click Log in / Register.

---

Developing within a container
-----------------------------

[](#developing-within-a-container)

Internally, this package runs several `php artisan` commands during the installation process.

If you are developing with a container, like Laravel Sail or Docker, you can pass the `--php_version` flag to change this behaviour and avoid problems in the installation process:

```
php artisan dotzone-starter:install --php_version=./vendor/bin/sail`.
```

---

Generator
---------

[](#generator)

To generate a new entity just run

```
php artisan dotzone-starter:generate {name}
```

where the `name` is the model name. This command will excute the following actions:

- Create the model and migration
- Create Controller with ready made functions
- Create Store and Update Request
- Create views like index, table and modal
- Create custom Javascript file with ready made functions
- Add translation keys inside lang/en/messages.php
- Add custom menu to the sidebar menu list
- Add permission keys to the default permission seeder

All previews actions are generated for the management part of the webapp (Control Panel).

---

Available Themes
----------------

[](#available-themes)

In the current version, there is 1 theme supported.

**Bootstrap Themes with Laravel UI**

- [Metronic - Bootstrap 5](https://keenthemes.com/metronic8/)

Role Permissions
----------------

[](#role-permissions)

In the current version, there is 1 role-based access control package supported.

- [Laratrust - Santigarcor](https://laratrust.santigarcor.me)

---

Credit
------

[](#credit)

- [Larastarters - LaravelDaily](https://github.com/LaravelDaily/Larastarters)

---

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

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 ~5 days

Total

9

Last Release

1208d ago

PHP version history (2 changes)1.0.3PHP ^8.0

1.0.4PHP ^8.2|^8.1|^8.0|^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/38c1f80567e978b949605a0278c4c3eb4c6ba6e87e51a4797e6631fb317254b8?d=identicon)[Ahmad-Chebbo](/maintainers/Ahmad-Chebbo)

---

Top Contributors

[![Ahmad-Chebbo](https://avatars.githubusercontent.com/u/41969693?v=4)](https://github.com/Ahmad-Chebbo "Ahmad-Chebbo (22 commits)")

### Embed Badge

![Health badge](/badges/dotzone-dotzonestarters/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.6k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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