PHPackages                             lara-zeus/zeus - 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. lara-zeus/zeus

ActiveProject[Framework](/categories/framework)

lara-zeus/zeus
==============

a standalone app., a Starter Kit; it's pre-configured to run all Zeus packages and some extra perks..

v3.1.7(9mo ago)771.1k5MITPHPPHP ^8.2CI passing

Since Jun 21Pushed 9mo ago4 watchersCompare

[ Source](https://github.com/lara-zeus/zeus)[ Packagist](https://packagist.org/packages/lara-zeus/zeus)[ GitHub Sponsors](https://github.com/atmonshi)[ RSS](/packages/lara-zeus-zeus/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (19)Versions (20)Used By (0)

[![Zeus Kit](https://camo.githubusercontent.com/95828f87656cd5a0944a01d040582300ed6e2f8304061a57680ba8bc13f7bc5f/68747470733a2f2f6c6172617a6575732e636f6d2f696d616765732f6c6172612d7a6575732d7a6575732e776562703f763d35)](https://github.com/lara-zeus/zeus)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5592955757095702164af194d067f63feb454af36979e9aebc73bd0d8ae95f98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6172612d7a6575732f7a6575732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lara-zeus/zeus)[![Code Style](https://camo.githubusercontent.com/778b24bf271e4dd16908892245a6f929bae7c2cb8742439ccf2fc9e2b799ba58/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6172612d7a6575732f7a6575732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6c6162656c3d636f64652d7374796c6526666c61742d737175617265)](https://github.com/lara-zeus/zeus/actions?query=workflow%3Afix-php-code-style-issues+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4d370e6809841a489ca0bb63094b4e7a7fae3c726e398aafbd3f40f91fc048fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6172612d7a6575732f7a6575732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lara-zeus/zeus)[![Total Downloads](https://camo.githubusercontent.com/589db7bde8892a3334cd3fe6e9f2d73009780836f79c3f624c85e6bf16dca668/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6c6172612d7a6575732f7a6575733f7374796c653d666c61742d737175617265)](https://github.com/lara-zeus/zeus)[![](https://camo.githubusercontent.com/618c9e51e15e56c97355155237c39fbf4177cc83ad93b5d65cf4a2bbea9d82a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e7374616c6c25323077697468253230486572642d6635353234373f6c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://herd.laravel.com/new/lara-zeus/zeus?name=zeus)

Lara Zeus
=========

[](#lara-zeus)

provide you with a collection of Laravel packages and filament plugins that help you build your site faster and focus on your business

Open in Herd:
=============

[](#open-in-herd)

if you;re using [laravel herd](https://herd.laravel.com/), [start creating using the link](https://herd.laravel.com/new/lara-zeus/zeus?name=zeus):

Intro
-----

[](#intro)

This project is a standalone app, a Starter Kit; it's pre-configured to run all Zeus packages and some extra perks.

- Layout and Widget manager using [lara Zeus dynamic dashboard](https://larazeus.com/dynamic-dashboard)
- Posts and pages using [lara Zeus Sky](https://larazeus.com/sky)
- FAQ and library (images, videos, and files) using [lara Zeus Sky](https://larazeus.com/sky)
- Contact us form with departments using [lara Zeus Wind](https://larazeus.com/wind)
- Forms builder using [lara Zeus Bolt](https://larazeus.com/bolt)
- Login, registration, and profile using [Laravel Breeze](https://laravel.com/docs/master/starter-kits#laravel-breeze)
- Users and permissions management using [Filament Shield](https://github.com/bezhanSalleh/filament-shield#shieldsuper-admin)

Installations
-------------

[](#installations)

you can start with

```
composer create-project Lara-zeus/zeus example-app

```

Creating the database
---------------------

[](#creating-the-database)

Next, you must update the values of the DB\_\* entries in .env so they match your DB. After that, run the migration.

```
php artisan migrate

```

Create the first user
---------------------

[](#create-the-first-user)

you can create the admin user using the command:

```
php artisan make:filament-user

```

Configuration
-------------

[](#configuration)

### Layout

[](#layout)

- create your first layout and set the slug in the 'AdminPanelProvider' file: ```
    DynamicDashboardPlugin::make()
        ->defaultLayout('new-page')
    ```

the default is: `home-page`.

- create your navigation and set the slug in the 'zeus.php' config file. the default is: `home-nav`

### Build assets

[](#build-assets)

run

```
npm i && npm run build
```

Demo Data
---------

[](#demo-data)

optionally, you can seed the database with default data.

```
php artisan db:seed
```

If you're using custom models, you must change the models called `$model` in all the Factories.

### For more details

[](#for-more-details)

- Github:
- Website:
- demo:

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance57

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% 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 ~42 days

Recently: every ~35 days

Total

19

Last Release

283d ago

Major Versions

1.0.5 → v2.0.02023-09-26

v2.1.1 → v3.0.02024-09-20

PHP version history (2 changes)1.0.0PHP ^8.1

v3.1.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1952412?v=4)[Lara Zeus](/maintainers/atmonshi)[@atmonshi](https://github.com/atmonshi)

---

Top Contributors

[![atmonshi](https://avatars.githubusercontent.com/u/1952412?v=4)](https://github.com/atmonshi "atmonshi (180 commits)")[![fouteox](https://avatars.githubusercontent.com/u/88294294?v=4)](https://github.com/fouteox "fouteox (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (1 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (1 commits)")

---

Tags

builtatlightspeedfilamentfilament-pluginlaravellaravel-component-librarylaravel-packagelaravel-templatelaravel-themelaravel-ui-kitstarter-kittemplatethemeframeworklaravelfilamentlarazeus

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/lara-zeus-zeus/health.svg)

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

###  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)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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