{"id":13560238,"url":"https://github.com/hexters/ladmin","last_synced_at":"2025-05-16T00:07:28.407Z","repository":{"id":42532054,"uuid":"247004921","full_name":"hexters/ladmin","owner":"hexters","description":"Make an Administrator page in 5 minutes","archived":false,"fork":false,"pushed_at":"2024-07-01T05:13:21.000Z","size":12171,"stargazers_count":500,"open_issues_count":2,"forks_count":94,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-08T18:49:23.363Z","etag":null,"topics":["laravel-admin","laravel-admin-panel","laravel-adminpanel"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hexters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"hexters","ko_fi":"hexters","patreon":"hexters"}},"created_at":"2020-03-13T06:42:04.000Z","updated_at":"2025-05-04T06:38:06.000Z","dependencies_parsed_at":"2023-02-15T21:30:47.349Z","dependency_job_id":"89c31596-c417-430e-8cd2-f9a934a8c839","html_url":"https://github.com/hexters/ladmin","commit_stats":{"total_commits":593,"total_committers":5,"mean_commits":118.6,"dds":"0.013490725126475533","last_synced_commit":"f7566c3d68dbb46d2fe8134032c6d7c75bb5e4d8"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexters%2Fladmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexters%2Fladmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexters%2Fladmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexters%2Fladmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexters","download_url":"https://codeload.github.com/hexters/ladmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442854,"owners_count":22071878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel-admin","laravel-admin-panel","laravel-adminpanel"],"created_at":"2024-08-01T13:00:40.049Z","updated_at":"2025-05-16T00:07:23.391Z","avatar_url":"https://github.com/hexters.png","language":"PHP","funding_links":["https://github.com/sponsors/hexters","https://ko-fi.com/hexters","https://patreon.com/hexters","https://paypal.me/asepss19"],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# L-admin v3 (HMVC)\n\n[![Latest Stable Version](https://poser.pugx.org/hexters/ladmin/v/stable)](https://packagist.org/packages/hexters/ladmin)\n[![Total Downloads](https://poser.pugx.org/hexters/ladmin/downloads)](https://packagist.org/packages/hexters/ladmin)\n[![License](https://poser.pugx.org/hexters/ladmin/license)](https://packagist.org/packages/hexters/ladmin)\n\n**[L-Admin](https://github.com/hexters/ladmin)** 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.\n\n![Dashboard](https://raw.githubusercontent.com/hexters/assets/main/ladmin/v3/captures/home-page.png)\n\n# 🏷️ Laravel Version\n\n|Version|Laravel|\n|:-:|:-:|\n| [v1.0.x](https://github.com/hexters/ladmin/blob/v1.0.3/readme.md) | 7.x |\n| [v1.8.*](https://github.com/hexters/ladmin/tree/v1.8.0)| 8.x |\n|[v2.*](https://github.com/hexters/ladmin/tree/2.1.0)|9.x|\n|[v3.*](https://github.com/hexters/ladmin/blob/master/README.md)|10.x|\n\n\u003e # Attention Laravel 11 Version\n\u003e For Laravel 11 we recommend you use the plugin from [Filament Hexa](https://github.com/hexters/hexa-lite) Effortless role and permission management plugin for Filament\n\u003e \n\u003e ![Filament Hexa](https://github.com/hexters/assets/raw/main/hexa/v1/edit.png?raw=true)\n\n# 🚀 Quickstart\n\nFollow the steps below to get started faster! Add the repository by running the command below.\n\n```bash\ncomposer require hexters/ladmin\n```\n\nFollow the installation to start build awesome apps.\n```bash\nphp artisan ladmin:install --and=ladmin:setup\n```\nRun composer dumpautoload before run migration and seed\n```bash\ncomposer dumpautoload\n\n```\n\nRun migrate and seed, to install ladmin database tables\n```bash\nphp artisan migrate --seed\n```\n\nInstallation is complete, please access `http://localhost:8000/administrator`\n\n![Login Page](https://raw.githubusercontent.com/hexters/assets/main/ladmin/v3/captures/login-page.png)\n\n\n# Customization Color and Assets\n\nTo 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.\n\n```bash\n\nphp artisan module:npm --install\n\nnpm run dev\n\n```\nYou can start changing javascript and css.\n\n# 🗂️ Custom Namespaces\n\nTo call `view`, `language`, `config`, and `component` file, you need to add the prefix of module's name e.g `blog`, see example below.\n\n### Calling View:\n```php\n  view('blog::article.index');\n```\n\n### Calling Lang:\n```php\n  __('blog::error.auth.message');\n\n  trans('blog::error.auth.message');\n\n  Lang::get('blog::error.auth.message');\n```\n\n### Calling Config:\n```php\n  config('blog.name')\n```\n\nFor component view, if you have component named `\\Modules\\Blog\\View\\Components\\Input` class, then the way to call it by running.\n```html\n  \u003cx-blog-input /\u003e\n```\n\n# 🌇 Layout Templating\n\nFollow the documentation to view complete `slots` and `stacks` in layout component [Documentation Layout](https://github.com/hexters/ladmin/wiki/Template-Layout)\n\n```html\n\u003cx-ladmin-auth-layout\u003e\n\n  \u003cx-slot name=\"title\"\u003ePage Title\u003c/x-slot\u003e\n\n  \u003c!-- Follow guest layout for slots \u0026 stacks --\u003e\n  \n\u003c/x-ladmin-auth-layout\u003e\n```\n\n# 👓 Ladmin Awesome\nGet modules \u0026 template collections in [Ladmin Awesome](https://github.com/hexters/ladmin-awesome)\n\n# 📖 Documentation\nView complete [Documentation here](https://github.com/hexters/ladmin/wiki)\n\n# Supporting the project\nYou can support the maintainer of this project through the referral links below\n- [**Sign up for DigitalOcean**](https://www.digitalocean.com/?refcode=36844cd4f4b4\u0026utm_campaign=Referral_Invite\u0026utm_medium=Referral_Program\u0026utm_source=badge)\n- [**PayPal**](https://paypal.me/asepss19)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexters%2Fladmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexters%2Fladmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexters%2Fladmin/lists"}