Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
be89773b
Commit
be89773b
authored
Nov 27, 2015
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating configuration
parent
c2fff7c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
57 deletions
+75
-57
asgard.core.core.php
config/asgard.core.core.php
+75
-57
No files found.
config/asgard.core.core.php
View file @
be89773b
<?php
return
[
/*
|--------------------------------------------------------------------------
| The prefix that'll be used for the administration
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| The prefix that'll be used for the administration
|--------------------------------------------------------------------------
*/
'admin-prefix'
=>
'backend'
,
/*
...
...
@@ -22,29 +22,48 @@ return [
*/
'admin-theme'
=>
'AdminLTE'
,
/*
|--------------------------------------------------------------------------
| AdminLTE skin
|--------------------------------------------------------------------------
| You can customize the AdminLTE colors with this setting. The following
| colors are available for you to use: skin-blue, skin-green,
| skin-black, skin-purple, skin-red and skin-yellow.
*/
'skin'
=>
'skin-blue'
,
/*
|--------------------------------------------------------------------------
| AdminLTE skin
|--------------------------------------------------------------------------
| You can customize the AdminLTE colors with this setting. The following
| colors are available for you to use: skin-blue, skin-green,
| skin-black, skin-purple, skin-red and skin-yellow.
*/
'skin'
=>
'skin-blue'
,
/*
|--------------------------------------------------------------------------
| Define which assets will be available through the asset manager
|--------------------------------------------------------------------------
| These assets are registered on the asset manager
*/
/*
|--------------------------------------------------------------------------
| Middleware
|--------------------------------------------------------------------------
| You can customise the Middleware that should be loaded.
| The localizationRedirect middleware is automatically loaded for both
| Backend and Frontend routes.
*/
'middleware'
=>
[
'backend'
=>
[
'auth.admin'
,
'permissions'
,
],
'frontend'
=>
[
],
'api'
=>
[
],
],
/*
|--------------------------------------------------------------------------
| Define which assets will be available through the asset manager
|--------------------------------------------------------------------------
| These assets are registered on the asset manager
*/
'admin-assets'
=>
[
// Css
'bootstrap.css'
=>
[
'theme'
=>
'vendor/bootstrap/dist/css/bootstrap.min.css'
],
'font-awesome.css'
=>
[
'theme'
=>
'vendor/font-awesome/css/font-awesome.min.css'
],
'alertify.core.css'
=>
[
'theme'
=>
'css/vendor/alertify/alertify.core.css'
],
'alertify.default.css'
=>
[
'theme'
=>
'css/vendor/alertify/alertify.default.css'
],
'dataTables.bootstrap.css'
=>
[
'theme'
=>
'
css/vendor/datatables/dataTables.bootstrap
.css'
],
'dataTables.bootstrap.css'
=>
[
'theme'
=>
'
vendor/datatables.net-bs/css/dataTables.bootstrap.min
.css'
],
'icheck.blue.css'
=>
[
'theme'
=>
'vendor/iCheck/skins/flat/blue.css'
],
'AdminLTE.css'
=>
[
'theme'
=>
'vendor/admin-lte/dist/css/AdminLTE.css'
],
'AdminLTE.all.skins.css'
=>
[
'theme'
=>
'vendor/admin-lte/dist/css/skins/_all-skins.min.css'
],
...
...
@@ -56,13 +75,12 @@ return [
'selectize-default.css'
=>
[
'module'
=>
'core:vendor/selectize/dist/css/selectize.default.css'
],
'animate.css'
=>
[
'theme'
=>
'vendor/animate.css/animate.min.css'
],
// Javascript
'jquery.js'
=>
[
'theme'
=>
'vendor/jquery/dist/jquery.min.js'
],
'bootstrap.js'
=>
[
'theme'
=>
'vendor/bootstrap/dist/js/bootstrap.min.js'
],
'mousetrap.js'
=>
[
'theme'
=>
'js/vendor/mousetrap.min.js'
],
'alertify.js'
=>
[
'theme'
=>
'js/vendor/alertify/alertify.js'
],
'icheck.js'
=>
[
'theme'
=>
'vendor/iCheck/icheck.min.js'
],
'jquery.dataTables.js'
=>
[
'theme'
=>
'
js/vendor/datatables/jquery.dataTables
.js'
],
'dataTables.bootstrap.js'
=>
[
'theme'
=>
'
js/vendor/datatables/dataTables.bootstrap
.js'
],
'jquery.dataTables.js'
=>
[
'theme'
=>
'
vendor/datatables.net/js/jquery.dataTables.min
.js'
],
'dataTables.bootstrap.js'
=>
[
'theme'
=>
'
vendor/datatables.net-bs/js/dataTables.bootstrap.min
.js'
],
'jquery.slug.js'
=>
[
'theme'
=>
'js/vendor/jquery.slug.js'
],
'app.js'
=>
[
'theme'
=>
'vendor/admin-lte/dist/js/app.js'
],
'keypressAction.js'
=>
[
'module'
=>
'core:js/keypressAction.js'
],
...
...
@@ -82,37 +100,37 @@ return [
'chart.js'
=>
[
'theme'
=>
'vendor/admin-lte/plugins/chartjs/Chart.js'
],
],
/*
|--------------------------------------------------------------------------
| Define which default assets will always be included in your pages
| through the asset pipeline
|--------------------------------------------------------------------------
*/
'admin-required-assets'
=>
[
'css'
=>
[
'bootstrap.css'
,
'font-awesome.css'
,
'alertify.core.css'
,
'alertify.default.css'
,
'dataTables.bootstrap.css'
,
'AdminLTE
.css'
,
'AdminLTE.all.skins
.css'
,
'animate
.css'
,
'asgard
.css'
,
]
,
'js'
=>
[
'jquery.js'
,
'bootstrap.js'
,
'mousetrap.js'
,
'alertify.js'
,
'icheck.js'
,
'jquery.dataTables.js'
,
'dataTables.bootstrap.js'
,
'jquery.slug.js'
,
'keypressAction.js'
,
'app.js'
,
'main.js'
,
'sisyphus.js'
,
],
],
/*
|--------------------------------------------------------------------------
| Define which default assets will always be included in your pages
| through the asset pipeline
|--------------------------------------------------------------------------
*/
'admin-required-assets'
=>
[
'css'
=>
[
'bootstrap.css'
,
'font-awesome.css'
,
'alertify.core.css'
,
'alertify.default.css'
,
'dataTables.bootstrap.css'
,
'icheck.blue
.css'
,
'AdminLTE
.css'
,
'AdminLTE.all.skins
.css'
,
'animate
.css'
,
'asgard.css'
,
],
'js'
=>
[
'bootstrap.js'
,
'mousetrap.js'
,
'alertify.js'
,
'icheck.js'
,
'jquery.dataTables.js'
,
'dataTables.bootstrap.js'
,
'jquery.slug.js'
,
'keypressAction.js'
,
'app.js'
,
'main.js'
,
'sisyphus.js'
,
],
],
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment