PHPackages                             apexglobal/apex-starter-kit - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. apexglobal/apex-starter-kit

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

apexglobal/apex-starter-kit
===========================

Production-ready Laravel starter kit with a full admin panel, role-based access control, security logs, IP blocking, CSV/PDF exports, real-time charts, and a beautiful Tailwind UI — fully installed in one command.

v1.0.5(4mo ago)013MITBladePHP ^8.2CI failing

Since Feb 19Pushed 4mo agoCompare

[ Source](https://github.com/moshin-gyagenda/apex-starter-kit-package)[ Packagist](https://packagist.org/packages/apexglobal/apex-starter-kit)[ RSS](/packages/apexglobal-apex-starter-kit/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (7)Versions (5)Used By (0)

Apex Starter Kit
================

[](#apex-starter-kit)

**Stop building the same boilerplate. Ship faster.**

A production-ready Laravel starter kit that gives you a full admin panel, authentication, role-based access control, security monitoring, and a beautiful UI — all installed with a single command.

[![Latest Version](https://camo.githubusercontent.com/2f634136458bd65632724e2d4cd1a57aa0de9ee4708965d77bf7aae2bc6daddc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61706578676c6f62616c2f617065782d737461727465722d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/apexglobal/apex-starter-kit)[![Total Downloads](https://camo.githubusercontent.com/0856c5ed9df6479dcd608e89cc35c58f80f3bfb84c9725a641352250e0c5ce58/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61706578676c6f62616c2f617065782d737461727465722d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/apexglobal/apex-starter-kit)[![License](https://camo.githubusercontent.com/6e4c45b57a9da115d89ae6bda7bb572f2e5ea585877795a8e4f5d41cfae48ea9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61706578676c6f62616c2f617065782d737461727465722d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/apexglobal/apex-starter-kit)[![PHP](https://camo.githubusercontent.com/fca6a5abe8cb8ca5a09d7514f79421a5acfc883e66c5e71627c5051291b2c4ce/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d626c75653f7374796c653d666c61742d737175617265)](https://www.php.net)[![Laravel](https://camo.githubusercontent.com/6283d3cf0c8462b8aa0425e5346b2b17d8acdfda36b0eb35e6919e316f5e4602/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d313125324225323025374325323031322532422d7265643f7374796c653d666c61742d737175617265)](https://laravel.com)

---

Why Apex Starter Kit?
---------------------

[](#why-apex-starter-kit)

Most Laravel starter kits give you authentication and nothing else. **Apex gives you everything your app needs on day one:**

- A polished public-facing frontend landing page
- Full authentication (login, register, password reset, 2FA)
- A complete admin backend with real charts and live stats
- Role-based access control (RBAC) with fine-grained permissions
- Security logs that track every login and suspicious activity
- IP blocking to lock out bad actors instantly
- CSV and PDF exports on every major data table
- Bulk actions, searchable selects, and per-page pagination throughout
- A single config file to change the entire theme colour

Built on **Laravel + Jetstream + Livewire + Tailwind CSS + Spatie Permission**.

---

What's included
---------------

[](#whats-included)

FeatureDetails**Frontend landing page**Hero, features, and contact section — ready to customise**Authentication**Login, register, email verification, password reset, 2FA (Fortify + Jetstream)**Admin dashboard**Live stats: total users, verified users, roles, security events. Charts: users by role (doughnut), security activity by month (bar)**User management**Full CRUD with role assignment, search, sort, per-page pagination, CSV export, PDF export, bulk delete**Role management**Create, edit, and delete roles with permission assignment via modal — no page reloads**Permission management**Granular permissions (dashboard, users, security, roles, settings, reports, and more). Bulk actions, export**Security logs**Automatic logging of logins and auth events with IP, user agent, location, and timestamp**IP blocking**Block and unblock IP addresses directly from the security panel**Security exports**Export full security logs as CSV or PDF**Profile management**Update profile info and password (Jetstream)**Theme system**One line in `config/theme.php` changes the entire primary colour across the UI**Dark mode support**UI respects the user's system dark mode preference**Seeded demo data**5 roles, full permission set, and 6 demo users ready to log in---

Quick start
-----------

[](#quick-start)

### Requirements

[](#requirements)

- PHP &gt;= 8.2
- Laravel &gt;= 11.0
- Composer
- Node.js &gt;= 18

### 1. Require the package

[](#1-require-the-package)

```
composer require apexglobal/apex-starter-kit
```

### 2. Run the installer

[](#2-run-the-installer)

```
php artisan apex:install
```

One command does everything:

- Publishes config, views, assets, controllers, models, routes, and seeders
- Registers `FortifyServiceProvider` and `JetstreamServiceProvider` in `bootstrap/providers.php` automatically
- Replaces the default welcome page with the Apex landing page
- Sets `APP_NAME` in your `.env`

### 3. Publish Spatie Permission migrations (first time only)

[](#3-publish-spatie-permission-migrations-first-time-only)

```
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
```

This is kept separate so your migration file is never accidentally overwritten on re-installs.

### 4. Run migrations

[](#4-run-migrations)

```
php artisan migrate
```

### 5. (Optional) Seed demo data

[](#5-optional-seed-demo-data)

```
php artisan db:seed
```

Creates 5 roles, a full permission set, and 6 demo users (password: `password`):

EmailRolesuper-adminadminmanagervieweruseruser### 6. Build assets and serve

[](#6-build-assets-and-serve)

```
npm install && npm run build
php artisan serve
```

Visit **** — your app is ready.

---

What you get out of the box
---------------------------

[](#what-you-get-out-of-the-box)

```
/                    → Public landing page
/login               → Authentication
/dashboard           → Admin dashboard with live stats and charts
/admin/users         → User management (CRUD, export, bulk delete)
/admin/roles         → Role management (modal-based, no page reloads)
/admin/permissions   → Permission management (modal-based)
/admin/security      → Security logs, IP blocking, exports
/user/profile        → Profile and password management

```

---

Customisation
-------------

[](#customisation)

### Change the theme colour

[](#change-the-theme-colour)

```
// config/theme.php
'primary' => '#F97316',  // any hex colour
```

That one value updates buttons, links, highlights, and accents across the entire UI.

### Edit views and controllers

[](#edit-views-and-controllers)

Everything is published into your app — views under `resources/views/`, controllers under `app/Http/Controllers/`. You own the code and can modify anything freely.

---

Installer options
-----------------

[](#installer-options)

By default `apex:install` overwrites all existing files so nothing is skipped. Use `--safe` to preserve files you have already customised.

OptionDescription*(no flags)*Install and overwrite everything — recommended for fresh installs`--safe`Skip files that already exist (preserves your customisations)`--config-only`Publish only config files`--views-only`Publish only views`--assets-only`Publish only assets`--stubs-only`Publish only code stubs (actions, providers, controllers, etc.)```
php artisan apex:install              # Fresh install — overwrites everything
php artisan apex:install --safe       # Re-install — skip existing files
php artisan apex:install --views-only # Only re-publish views
```

---

Tech stack
----------

[](#tech-stack)

LayerPackageFrameworkLaravel 11 / 12AuthenticationLaravel Jetstream + FortifyReactive UILivewire 3StylingTailwind CSSRoles &amp; PermissionsSpatie Laravel PermissionPDF exportbarryvdh/laravel-dompdf---

Support
-------

[](#support)

- **Email:**
- **Issues:** [GitHub Issues](https://github.com/moshin-gyagenda/apex-starter-kit-package/issues)
- **License:** [MIT](LICENSE)

---

**Apex Starter Kit** by Apex Global Technologies — *build less boilerplate, ship more product.*

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance75

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

4

Last Release

135d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83d0046a0eb37729c1e8035e81095c4ed41f4eb3801d0bf09c1cac06d0026e4f?d=identicon)[moshin-gyagenda](/maintainers/moshin-gyagenda)

---

Top Contributors

[![moshingyagenda](https://avatars.githubusercontent.com/u/86700350?v=4)](https://github.com/moshingyagenda "moshingyagenda (13 commits)")

---

Tags

spatielaravelAuthenticationlivewirerolespermissionsrbactailwindUser managementdashboardadminchartsstarter-kitadmin-panelapexexport-csvjetstreamip-blockingexport-pdfsecurity-logs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/apexglobal-apex-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/apexglobal-apex-starter-kit/health.svg)](https://phpackages.com/packages/apexglobal-apex-starter-kit)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6804.7k6](/packages/hasinhayder-tyro)

PHPackages © 2026

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