application/config/config.php
qiita.rb
$config['base_url'] = 'http://example.com';
application/config/autoload.php
qiita.rb
$autoload['helper'] = array(
'form',
'url',
'file',
);
Go to list of users who liked
More than 5 years have passed since last update.
application/config/config.php
$config['base_url'] = 'http://example.com';
application/config/autoload.php
$autoload['helper'] = array(
'form',
'url',
'file',
);
Register as a new user and use Qiita more conveniently
Go to list of users who liked