Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcblogdev/laravel-admintw
Laravel Starter Kit | TALL admin theme
https://github.com/dcblogdev/laravel-admintw
admin admin-dashboard admin-panel alpinejs laravel laravel-livewire tailwindcss tall theme
Last synced: 3 days ago
JSON representation
Laravel Starter Kit | TALL admin theme
- Host: GitHub
- URL: https://github.com/dcblogdev/laravel-admintw
- Owner: dcblogdev
- Created: 2021-05-16T12:13:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T11:47:08.000Z (21 days ago)
- Last Synced: 2025-01-11T05:05:34.223Z (10 days ago)
- Topics: admin, admin-dashboard, admin-panel, alpinejs, laravel, laravel-livewire, tailwindcss, tall, theme
- Language: PHP
- Homepage: https://laraveladmintw.com/
- Size: 5.51 MB
- Stars: 258
- Watchers: 7
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Laravel AdminTW
> From version 5 AdminTW is a complete project rather than a package. If you are looking for the package version, please use version 4.
Laravel AdminTW is a Laravel Starter Kit | TALL admin theme.
AdminTw is built on top of Laravel, Livewire, and Tailwind CSS.
Includes:
- 2FA
- Audit Trails
- System Settings
- Multiple Users
- Roles and Permissions
- Tests## Installation
1. Clone the repository
Copy the `.env.example` file to `.env`:
```
cp .env.example .env
```Set database and emails settings inside `.env`
2. Run `composer install`
3. Run `npm install && npm run build`
4. run `php artisan key:generate`
5. run `php artisan storage:link`
6. Run `php artisan migrate --seed`
7. Run `php artisan serve`Laravel AdminTW supports both light and dark mode based on the users OS.
Provided are blade and Laravel Livewire components for common layout / UI elements and a complete test suite (Pest PHP).
## Documentation
Complete docs at [laraveladmintw.com](https://laraveladmintw.com)
## Community
There is a Discord community. https://discord.gg/VYau8hgwrm For quick help, ask questions in the appropriate channel.
## Contributing
Contributions are welcome and will be fully credited.
## Pull Requests
- **Document any change in behaviour** - Make sure the `readme.md` and any other relevant documentation are kept up-to-date.
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
## Security
If you discover any security related issues, please email [email protected] email instead of using the issue tracker.
## License
Laravel AdminTW is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).