- add php_info route for testing php settings (/info)
This commit is contained in:
parent
412d62d9aa
commit
25f3175a92
2 changed files with 8 additions and 0 deletions
|
@ -121,4 +121,9 @@ class HomeController extends Controller
|
|||
throw new GeneralException(trans('exceptions.backend.access.pages.not_found'));
|
||||
}
|
||||
}
|
||||
|
||||
public function php_info()
|
||||
{
|
||||
dd(phpinfo());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue