承接 apexglobal/apex-starter-kit 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

apexglobal/apex-starter-kit

Composer 安装命令:

composer require 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.

README 文档

README

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 Total Downloads License PHP Laravel

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

Feature Details
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

Requirements

  • PHP >= 8.2
  • Laravel >= 11.0
  • Composer
  • Node.js >= 18

1. Require the package

composer require apexglobal/apex-starter-kit

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)

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

php artisan migrate

5. (Optional) Seed demo data

php artisan db:seed

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

Email Role
mosh@apexglobal.com super-admin
ashiraf@apexglobal.com admin
jorine@apexglobal.com manager
ronnie@apexglobal.com viewer
taylor@apexglobal.com user
morgan@apexglobal.com user

6. Build assets and serve

npm install && npm run build
php artisan serve

Visit http://localhost:8000 — your app is ready.

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

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

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

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

Option Description
(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

Layer Package
Framework Laravel 11 / 12
Authentication Laravel Jetstream + Fortify
Reactive UI Livewire 3
Styling Tailwind CSS
Roles & Permissions Spatie Laravel Permission
PDF export barryvdh/laravel-dompdf

Support

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

apexglobal/apex-starter-kit 适用场景与选型建议

apexglobal/apex-starter-kit 是一款 基于 Blade 开发的 Composer 扩展包,目前已累计 12 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 02 月 19 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「admin」 「Authentication」 「charts」 「laravel」 「dashboard」 「admin-panel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 apexglobal/apex-starter-kit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 apexglobal/apex-starter-kit 我们能提供哪些服务?
定制开发 / 二次开发

基于 apexglobal/apex-starter-kit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 41
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-19