Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 and Inertia JS
#1

Hello everyone!


Has anyone used Inertia JS middleware in your projects? I found this tool here Official site and there is a ready-made solution for CodeIgniter 4 on GitHub, but in process of installation I get an error:

Code:
[InvalidArgumentException]                                                                                                                       
  Could not find a version of package amirami/inertia-codeigniter-4 matching your minimum-stability (stable). Require it with an explicit version c 
  onstraint allowing its desired stability.   

Anybody knows how to fixit this bug?
Reply
#2

No package release. Use dev-master or dev-main

Code:
composer require amirami/inertia-codeigniter-4:dev-master
Reply




Theme © iAndrew 2016 - Forum software by © MyBB