Welcome Guest, Not a member yet? Register   Sign In
PHP 8.2
#1

Will Codeigniter 4.3 will plan support php 8.2?

I have some question: my application use _remap and autoroute legacy, 
MY app have ~250 routes

How is the best way to replace _remap and replace old legacy autorouting?
Reply
#2

(This post was last modified: 11-17-2022, 04:15 AM by kenjis.)

I believe the current `develop` and `4.3` branches are  PHP 8.2 ready.
If you find framework bugs with 8.2, please create an issue on GitHub.
Reply
#3

(11-16-2022, 11:01 AM)etShops Wrote: I have some question: my application use _remap and autoroute legacy, 
MY app have ~250 routes

How is the best way to replace _remap and replace old legacy autorouting?

Auto-route legacy can be used in v4.3.

Auto-route improved does not support _remap() intentionally,
so you need to use Defined routes.

The following command shows all routes. Define all routes with reference to them.

Code:
$ php spark routes
Reply




Theme © iAndrew 2016 - Forum software by © MyBB