承接 hexters/ladmin 相关项目开发

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

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

hexters/ladmin

Composer 安装命令:

composer require hexters/ladmin

包简介

Admin page scaffolding for Laravel.

README 文档

README

Latest Stable Version Total Downloads License

L-Admin is a Laravel administration package that allows web developers to quickly create an admin panel for their website. The package includes features such as user management, access control management, task management, file management, email management, and many more. The package is designed to save time and effort in building an admin panel and allows developers to focus on building the core features of their web application.

Dashboard

🏷️ Laravel Version

Version Laravel
v1.0.x 7.x
v1.8.* 8.x
v2.* 9.x
v3.* 10.x

Attention Laravel 11 Version

For Laravel 11 we recommend you use the plugin from Filament Hexa Effortless role and permission management plugin for Filament

Filament Hexa

🚀 Quickstart

Follow the steps below to get started faster! Add the repository by running the command below.

composer require hexters/ladmin

Follow the installation to start build awesome apps.

php artisan ladmin:install --and=ladmin:setup

Run composer dumpautoload before run migration and seed

composer dumpautoload

Run migrate and seed, to install ladmin database tables

php artisan migrate --seed

Installation is complete, please access http://localhost:8000/administrator

Login Page

Customization Color and Assets

To change the ladmin style, you just need to run Vite, before that you should install nodejs modules in Modules folder. You just run command below.

php artisan module:npm --install

npm run dev

You can start changing javascript and css.

🗂️ Custom Namespaces

To call view, language, config, and component file, you need to add the prefix of module's name e.g blog, see example below.

Calling View:

  view('blog::article.index');

Calling Lang:

  __('blog::error.auth.message');

  trans('blog::error.auth.message');

  Lang::get('blog::error.auth.message');

Calling Config:

  config('blog.name')

For component view, if you have component named \Modules\Blog\View\Components\Input class, then the way to call it by running.

  <x-blog-input />

🌇 Layout Templating

Follow the documentation to view complete slots and stacks in layout component Documentation Layout

<x-ladmin-auth-layout>

  <x-slot name="title">Page Title</x-slot>

  <!-- Follow guest layout for slots & stacks -->
  
</x-ladmin-auth-layout>

👓 Ladmin Awesome

Get modules & template collections in Ladmin Awesome

📖 Documentation

View complete Documentation here

Supporting the project

You can support the maintainer of this project through the referral links below

hexters/ladmin 适用场景与选型建议

hexters/ladmin 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.13k 次下载、GitHub Stars 达 496, 最近一次更新时间为 2020 年 10 月 23 日, 在 PHP 生态内属于活跃度较高的组件。

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

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

围绕 hexters/ladmin 我们能提供哪些服务?
定制开发 / 二次开发

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

  • 总下载量: 5.13k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 496
  • 点击次数: 10
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 496
  • Watchers: 12
  • Forks: 91
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-10-23