Skip to content

Commit

Permalink
Even more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed May 11, 2022
1 parent 5c4c09d commit a5d5436
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
20 changes: 19 additions & 1 deletion tallui-adminpanel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,22 @@ To fit the menu to our needs, there is an overview of all menu positions we set
- Logs 7090
- Documentation 9000

You can override that in the config. But if you want to use some of our packages, it would be much better to use a free range between and build your own 2-level menus there. That's why we left plenty of space.
You can override that in the config. But if you want to use some of our packages, it would be much better to use a free range between and build your own 2-level menus there. That's why we left plenty of space.

## Alternatives and Inspiration

There are a lot of Admin Panels, CRUD Generators and UI Kits out there. Our selection mostly depend on the TALL-Stack.

- [TALL Frontent Preset](https://github.com/laravel-frontend-presets/tall) - Offizielles UI preset.
- [Laravel Breeze](https://laravel.com/docs/9.x/starter-kits) - Offizielles Starter Kit mit Auth.
- [Laravel Jetstream](https://jetstream.laravel.com/) - Offizielles Starter Kit mit Auth, Register, 2-FA etc.
- [Blade UIkit](https://blade-ui-kit.com/) – Components für den TALL-Stack, maintained von den Laravel Entwicklern.
- [WireUI](https://livewire-wireui.com/) - Components von Blade UI mit Livewire.
- [Filament](https://filamentphp.com/) - TALL stack UI und CRUD Generator.
- [Quick Admin Panel](https://quickadminpanel.com/) - Admin und CRUD Generator, TALL-Version verfügbar, $100/year.
- [Laravel Nova](https://nova.laravel.com/) - Offizielle Lösung mit Vue.js, kostet einmalig $199
- [Voyager](https://voyager.devdojo.com/) - Admin + CRUD Generator von Devdojo
- [Craftable](https://getcraftable.com/) - Freemium CRUD Generator and Admin.
- [Lean Admin](https://lean-admin.dev/) - TALL-stack basierendes Adminpanel, coming soon, nicht kostenfrei, [sneak peek](https://laravel-news.com/lean-admin-sneak-peek).

Siehe auch [Awesome Tall Stack](https://github.com/livewire/awesome-tall-stack) (Livewire Datatables, Views etc.)
8 changes: 8 additions & 0 deletions tallui-packages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# TallUI Packages W-I-P

Package manager with neat UI. Manage packages without shell access, composer-compatible.

## Idea

- https://stackoverflow.com/questions/17219436/run-composer-with-a-php-script-in-browser
- https://github.com/doubleleft/hook/blob/master/src/Package/Manager.php

0 comments on commit a5d5436

Please sign in to comment.