Welcome Guest, Not a member yet? Register   Sign In
CI 4 4.0.0-beta.3 routing error
#1

(This post was last modified: 05-13-2019, 01:38 PM by Andryshok.)

I see documentation
If you are building a large application you might want to hierarchically organize or structure your controllers into sub-directories

Directory structure - see attachments

UserController.php
Code:
<?php namespace App\Controllers;

use CodeIgniter\Controller;

class UserController extends Controller
{
public function login()
{
echo '1';
}



}

request:   http://my_domain/admin/usercontroller/login

result: 404 - File Not Found

Routes.php - $routes->setAutoRoute(true);

This don't work, please help fix it;

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
CI 4 4.0.0-beta.3 routing error - by Andryshok - 05-13-2019, 01:37 PM
RE: CI 4 4.0.0-beta.3 routing error - by ciadmin - 05-13-2019, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB