Skip to content

'Filters' Bug #188

Description

@dayrui

1、application/Config/Constants.php:
define('APP_NAMESPACE', 'MyApp');
2、application/Config/Router.php:
$routes->setDefaultNamespace('MyApp\Controllers');
3、application/Controller/Home.php:
`<?php namespace MyApp\Controllers;

class Home extends \CodeIgniter\Controller
{
public function index()
{
return view('welcome_message');
}
}
`

go http://localhost/public/index.php

Error:

ErrorException #1
Uncaught Error: Class 'App\Filters\DebugToolbar' not found i

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugVerified issues on the current code behavior or pull requests that will fix them

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions