Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 development mode returning extra HTML
#7

(11-04-2020, 03:46 PM)includebeer Wrote: You can also comment the toolbar in the Filters configuration file

PHP Code:
    /**
     * List of filter aliases that are always
     * applied before and after every request.
     *
     * @var array
     */
    
public $globals = [
        
'before' => [
            
// 'honeypot',
            // 'csrf',
        
],
        
'after'  => [
            
'toolbar',
            
// 'honeypot',
        
],
    ]; 


https://github.com/codeigniter4/CodeIgni...rs.php#L36

Thanks for the tip. But by doing so will I still get whatever errors the development mode usually displays?
Reply


Messages In This Thread
RE: Codeigniter 4 development mode returning extra HTML - by AndreaL - 11-05-2020, 12:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB