{"id":13740368,"url":"https://github.com/dcblogdev/laravel-admintw","last_synced_at":"2025-05-15T11:05:51.376Z","repository":{"id":38299478,"uuid":"367870710","full_name":"dcblogdev/laravel-admintw","owner":"dcblogdev","description":"Laravel Livewire Starter Kit | TALL admin theme","archived":false,"fork":false,"pushed_at":"2025-05-07T16:13:47.000Z","size":6342,"stargazers_count":273,"open_issues_count":1,"forks_count":45,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-05-07T17:26:03.539Z","etag":null,"topics":["admin","admin-dashboard","admin-panel","alpinejs","laravel","laravel-livewire","tailwindcss","tall","theme"],"latest_commit_sha":null,"homepage":"https://laraveladmintw.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcblogdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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,"zenodo":null},"funding":{"github":["dcblogdev"]}},"created_at":"2021-05-16T12:13:19.000Z","updated_at":"2025-05-07T16:13:51.000Z","dependencies_parsed_at":"2023-02-17T12:46:11.611Z","dependency_job_id":"326a4574-950b-48ad-9e69-40b1e174d808","html_url":"https://github.com/dcblogdev/laravel-admintw","commit_stats":{"total_commits":175,"total_committers":4,"mean_commits":43.75,"dds":0.02857142857142858,"last_synced_commit":"01b43597515a42aa5129239d8a07f928a0031c23"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-admintw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-admintw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-admintw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-admintw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcblogdev","download_url":"https://codeload.github.com/dcblogdev/laravel-admintw/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328385,"owners_count":22052632,"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":["admin","admin-dashboard","admin-panel","alpinejs","laravel","laravel-livewire","tailwindcss","tall","theme"],"created_at":"2024-08-03T04:00:46.943Z","updated_at":"2025-05-15T11:05:51.339Z","avatar_url":"https://github.com/dcblogdev.png","language":"PHP","funding_links":["https://github.com/sponsors/dcblogdev"],"categories":["Packages / Plugins"],"sub_categories":[],"readme":"## Laravel AdminTW\n\n\u003e **Note:** From version 5 AdminTW is a complete project rather than a package. If you are looking for the package version, please use version 4.\n\nLaravel AdminTW is a **Laravel Livewire Starter Kit** and a **TALL stack admin theme**, designed for rapid development and ease of use.\n\n![AdminTW](https://raw.githubusercontent.com/dcblogdev/laravel-admintw/refs/heads/main/public/images/admintw-light.png)\n![AdminTW](https://raw.githubusercontent.com/dcblogdev/laravel-admintw/refs/heads/main/public/images/admintw-dark.png)\n\nAdminTW is built on top of **Laravel, Livewire, and Tailwind CSS**, offering a modern and efficient admin dashboard.\n\n### **Features**\n- **Two-Factor Authentication (2FA)**\n- **Audit Trails**\n- **System Settings**\n- **Multiple Users Support**\n- **Roles and Permissions Management**\n- **Comprehensive Test Suite (Pest PHP)**\n- **Light \u0026 Dark Mode Support** (based on user OS settings)\n- **Tests**\n\n\n## **Installation**\n\n### **Using Laravel Installer (Recommended from Laravel Installer version 5.14)**\n\nIf you have Laravel Installer **5.14 or later**, you can quickly set up AdminTW with:\n\n```bash\nlaravel new my-project --using=dcblogdev/laravel-admintw\n```\n\n### **Manual Installation**\n\n1. Clone the repository\n\n```bash\ngit clone git@github.com:dcblogdev/laravel-admintw.git my-project\n```\n\nOpen the project folder\n\n```bash\ncd my-project\n```\n\nCopy the `.env.example` file to `.env`:\n\n```bash\ncp .env.example .env\n```\n\nSet database and emails settings inside `.env`\n\nInstall PHP Dependencies\n\n```bash\ncomposer install\n```\n\nInstall JavaScript Dependencies \u0026 Build Assets\n```bash\nnpm install \u0026\u0026 npm run build\n```\n\nGenerate Application Key\n```bash\nphp artisan key:generate\n```\n\nCreate Storage Symlink\n```bash\nphp artisan storage:link\n```\n\nRun Database Migrations \u0026 Seed Data\n```bash\nphp artisan migrate --seed\n```\n\nStart the Development Server\n```bash\nphp artisan serve\n```\n\nLaravel AdminTW supports both light and dark mode based on the users OS.\n\nProvided are blade and Laravel Livewire components for common layout / UI elements and a complete test suite (Pest PHP).\n\n## Documentation\n\nComplete docs at [laraveladmintw.com](https://laraveladmintw.com)\n\n## Community\n\nThere is a Discord community. https://discord.gg/VYau8hgwrm For quick help, ask questions in the appropriate channel.\n\n## Contributing\n\nContributions are welcome and will be fully credited.\n\n## Pull Requests\n\n- **Document any change in behaviour** - Make sure the `readme.md` and any other relevant documentation are kept up-to-date.\n\n- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.\n\n## Security\n\nIf you discover any security related issues, please email dave@dcblog.dev email instead of using the issue tracker.\n\n## License\n\nLaravel AdminTW is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcblogdev%2Flaravel-admintw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcblogdev%2Flaravel-admintw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcblogdev%2Flaravel-admintw/lists"}