Welcome Guest, Not a member yet? Register   Sign In
Can named routes be auto generated for restful routes created with $route->resource()
#1

I'm currently testing out CI4 and I wanted to know if there is a way to generate named routes when creating restful routes.

Here is an example:

PHP Code:
// Calling this:
$routes->resource('task');

// auto-generates:
['as' => 'tasks'// for TaskController::index
['as' => 'show_task'// for TaskController::show
['as' => 'create_task'// for TaskController::create
// etc... 
I know I can create it manually, but is a form of auto generation available?
Reply
#2

Hi when use restfull api mean backend and frontend are separate and pretty url it dosen matter for backend. But front can be anthing vue react angular and so on so you have manage url for front end

Oky
Enlightenment  Is  Freedom
Reply




Theme © iAndrew 2016 - Forum software by © MyBB