From a5d543656cab8ac6a87036c9876c006f5b46e7c2 Mon Sep 17 00:00:00 2001 From: Alf Drollinger <40421928+adrolli@users.noreply.github.com> Date: Wed, 11 May 2022 15:46:01 +0200 Subject: [PATCH] Even more docs --- tallui-adminpanel/README.md | 20 +++++++++++++++++++- tallui-packages/README.md | 8 ++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/tallui-adminpanel/README.md b/tallui-adminpanel/README.md index d11755b1b..d785c954b 100644 --- a/tallui-adminpanel/README.md +++ b/tallui-adminpanel/README.md @@ -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. \ No newline at end of file +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.) \ No newline at end of file diff --git a/tallui-packages/README.md b/tallui-packages/README.md index e69de29bb..234c754bc 100644 --- a/tallui-packages/README.md +++ b/tallui-packages/README.md @@ -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 \ No newline at end of file