Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ngx Admin | 24,484 | 7 | 2 months ago | 11 | July 19, 2017 | 468 | mit | TypeScript | ||
Customizable admin dashboard template based on Angular 10+ | ||||||||||
Coreui Free Bootstrap Admin Template | 11,577 | 3 | 1 | a month ago | 3 | May 25, 2017 | 8 | mit | HTML | |
Free Bootstrap Admin & Dashboard Template | ||||||||||
Startbootstrap Sb Admin | 3,082 | 24 | 1 | 13 days ago | 18 | March 23, 2022 | 28 | mit | Pug | |
A free, open source, Bootstrap admin theme created by Start Bootstrap | ||||||||||
Simpleui | 2,898 | 13 | 2 | 2 months ago | 107 | June 13, 2022 | 19 | mit | Python | |
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨ | ||||||||||
Modular Admin Html | 2,791 | 2 years ago | 2 | April 12, 2019 | 59 | other | HTML | |||
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version | ||||||||||
Django Suit | 2,229 | 1,034 | 7 | 2 months ago | 46 | December 15, 2021 | 299 | other | SCSS | |
Modern theme for Django admin interface | ||||||||||
Tabler React | 2,096 | 21 | 2 | 6 months ago | 66 | June 30, 2019 | 83 | mit | CSS | |
React components and demo for the Tabler UI theme. | ||||||||||
Bootstrap Admin Theme | 1,654 | 2 years ago | mit | CSS | ||||||
A generic admin theme built with Bootstrap free for both personal and commercial use. | ||||||||||
Django Admin Bootstrapped | 1,546 | 793 | 3 | 2 years ago | 45 | December 15, 2015 | 36 | apache-2.0 | HTML | |
A Django admin theme using Twitter Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps. | ||||||||||
Vali Admin | 1,448 | 2 | a year ago | 9 | October 13, 2019 | 37 | mit | CSS | ||
Free Bootstrap 4 admin/dashboard template |
Laravel AdminTW is a TALL admin theme.
Includes:
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).
Install a fresh copy of Laravel then use require this package with composer:
composer require dcblogdev/laravel-admintw
Then install using the command:
php artisan admintw:install
Run composer
composer update
Ensure you've updated .env before migrating.
Migrate and seed the database
php artisan db:build
Link Storage to public
php artisan storage:link
To compile your assets:
npm install && npm run dev
Run the tests by running PestPHP
vendor/bin/pest
Complete docs at laraveladmintw.com
Contributions are welcome and will be fully credited.
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.
If you discover any security related issues, please email [email protected] email instead of using the issue tracker.
Laravel AdminTW is open-sourced software licensed under the MIT license.