Configuration
Good Job! Apysey is now installed correctly. It's time to change the configuration in order to adapt it to your needed. First, open the config/apysey.php
file. Here you can enable / disable features or modify the default values than used Apysey.
Setting
Description
Default
locales
Set languages than the admin panel need to support. EN & FR are by default translated.
['en','fr',]
default_login
Enable or not the Apysey login page. Accessible at admin/login. Useful if you don't have a login page on your website.
false
custom_logo
Set a path to your custom logo. Replace the default Apysey logo at the top left of the administration.
null
custom_title
Only if you don't set a custom logo, you can replace the 'Apysey' title by yours at the top left of the administration.
'Apysey'
path
env('APYSEY_PATH', 'admin')
resourcesPath
app_path("Apysey")
resourcesNamespace
"App\\Apysey"
middleware
['web', 'auth.custom', 'locale']
default_disk
env('DEFAULT_STORAGE_DISK', 'public')
default_visibility
env('DEFAULT_VISIBILITY_DISK', 'public')
pagination
The default number of items that appear in the list.
10
namespace
['controller' => '\\Dysey\\Apysey\\Http\\Controllers', 'resources' => 'App\\Apysey']
packages
You can add here your custom VueJS views. It's like modules.
[]
Last updated