sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

Integrate into Laravel #65

Open subdesign opened 9 years ago

subdesign commented 9 years ago

What do you think if I can integrate phpredmin into my Laravel 4/5 cms administration ? If yes, do you have some hints for doing that? As I see phpredmin is a little mvc framework, could it work as a single "library"? thanks

sasanrose commented 9 years ago

Can you explain more what are you exactly planing to do?

Thanks

subdesign commented 9 years ago

Yes. I want to use phpredmin in my administration area, if its possible. So I make a button in the admin menu system for it (behind an ACL system), and for instance it's uri would be /admin/phpredmin and the Laravel router would route to a controller from this address, which loads all the things needed to show and use phpredmin. If your solution isn't so modularized, or very unique, then it was just an idea by me..

ctrlaltdylan commented 8 years ago

Sounds like there's room for a fork and new composer package for something like this.

mmucklo commented 8 years ago

Would be interested in the same for symfony