laravel-admin-panel icon indicating copy to clipboard operation
laravel-admin-panel copied to clipboard

Problem when trying to install LAP on laravel 5.8.19

Open niusek opened this issue 5 years ago • 7 comments

composer require kjjdion/laravel-admin-panel

Using version ^1.0 for kjjdion/laravel-admin-panel
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for laravel/framework (locked at v5.8.19, required as 5.8.) -> satisfiable by laravel/framework[v5.8.19].
- kjjdion/laravel-admin-panel 1.0.0 requires laravel/framework 5.7.
-> satisfiable by laravel/framework[5.7.x-dev].
- kjjdion/laravel-admin-panel 1.0.1 requires laravel/framework 5.7.* -> satisfiable by laravel/framework[5.7.x-dev].
- kjjdion/laravel-admin-panel 1.0.2 requires laravel/framework 5.7.* -> satisfiable by laravel/framework[5.7.x-dev].
- kjjdion/laravel-admin-panel 1.0.3 requires laravel/framework 5.7.* -> satisfiable by laravel/framework[5.7.x-dev].
- kjjdion/laravel-admin-panel 1.0.4 requires laravel/framework 5.7.* -> satisfiable by laravel/framework[5.7.x-dev].
- kjjdion/laravel-admin-panel 1.0.5 requires laravel/framework 5.7.* -> satisfiable by laravel/framework[5.7.x-dev].
- Conclusion: don't install laravel/framework 5.7.x-dev
- Installation request for kjjdion/laravel-admin-panel ^1.0 -> satisfiable by kjjdion/laravel-admin-panel[1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5].

niusek avatar Jun 04 '19 11:06 niusek

It will work only in laravel 5.7.*

bscript avatar Jun 13 '19 07:06 bscript

any upgrade plan?

kitkimwong avatar Jun 14 '19 02:06 kitkimwong

i'm working on this, will be update to @kejodion

wikichua avatar Jun 22 '19 00:06 wikichua

I have not been working on this project lately. I am considering recoding it for 5.8+. I can update this for 5.8, it would just need composer file tweaks to work.

kejodion avatar Jun 22 '19 01:06 kejodion

tweaks to 5.8+ don really work due to some compatibility. and wow @kejodion ... if there is recoding it, do advise. this package working great, and i did a bit tweak, such as rolling back the generated files, setting module upgraded to able to take array or single value and etc etc...

wikichua avatar Jun 22 '19 01:06 wikichua

forked and done supporting Laravel 5.8 and 6.0 above

wikichua avatar Oct 02 '19 02:10 wikichua

Package no longer maintained

Please consider Laravel AJAX CRUD instead: https://github.com/kdion4891/laravel-ajax-crud

kejodion avatar Dec 14 '19 14:12 kejodion