-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugVerified issues on the current code behavior or pull requests that will fix themVerified issues on the current code behavior or pull requests that will fix them
Description
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 themVerified issues on the current code behavior or pull requests that will fix them