Skip to content

'Filters' Bug #188

@dayrui

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

Metadata

Metadata

Assignees

Labels

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

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions