hexters/ladmin
Fork: 92 Star: 498 (更新于 2024-12-28 22:40:32)
license: MIT
Language: PHP .
Make an Administrator page in 5 minutes
最后发布版本: 2.1.0 ( 2022-04-09 09:50:14)
L-admin v3 (HMVC)
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.
🏷️ 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
🚀 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
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
最近版本更新:(数据更新于 2024-09-21 03:02:06)
2022-04-09 09:50:14 2.1.0
2022-04-01 07:09:15 2.0.0
2021-01-09 18:40:07 v1.8.0
主题(topics):
laravel-admin, laravel-admin-panel, laravel-adminpanel
hexters/ladmin同语言 PHP最近更新仓库
2025-01-17 21:02:13 coollabsio/coolify
2025-01-17 02:33:58 nextcloud/server
2025-01-16 16:52:19 doctrine/dbal
2025-01-10 20:47:30 filamentphp/filament
2025-01-10 10:30:54 w7corp/easywechat
2025-01-06 18:48:03 rectorphp/rector