How to change "Speed Admin" title and other information
Suppose you are making an "HR Management" system. Then you can edit the config file config\speed-admin.php
as shown below to change the application title and other information.
'title' => 'HR System',
'meta_description' => 'HR Management System',
'meta_author' => 'Your Name',
'meta_keyword' => 'Human Resource, Payroll',
'admin_url' => 'hr',
'footer_right_html' => 'Powered by <a href="#">Your company</a>',
'footer_left_html' => '<a href="#">Your Company</a> © Your Company.',
Last updated