Skip to content

Commit

Permalink
[config]: Update internal links to new wiki pages. Remove assets fold…
Browse files Browse the repository at this point in the history
…er form releases. (#733)
  • Loading branch information
dfsmania committed Oct 2, 2020
1 parent f3a95d6 commit b0236d0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Expand Up @@ -4,4 +4,5 @@
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/phpunit.xml export-ignore
/tests export-ignore
/tests export-ignore
/assets export-ignore
67 changes: 30 additions & 37 deletions config/adminlte.php
Expand Up @@ -9,8 +9,8 @@
|
| Here you can change the default title of your admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#61-title
| For detailed instructions you can look the title section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/6.-Basic-Configuration
|
*/

Expand All @@ -25,8 +25,8 @@
|
| Here you can activate the favicon.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#62-favicon
| For detailed instructions you can look the favicon section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/6.-Basic-Configuration
|
*/

Expand All @@ -40,8 +40,8 @@
|
| Here you can change the logo of your admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#63-logo
| For detailed instructions you can look the logo section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/6.-Basic-Configuration
|
*/

Expand All @@ -59,8 +59,8 @@
|
| Here you can activate and change the user menu.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#64-user-menu
| For detailed instructions you can look the user menu section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/6.-Basic-Configuration
|
*/

Expand All @@ -78,8 +78,8 @@
|
| Here we change the layout of your admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#71-layout
| For detailed instructions you can look the layout section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/7.-Layout-and-Styling-Configuration
|
*/

Expand All @@ -96,8 +96,8 @@
|
| Here you can change the look and behavior of the authentication views.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#721-authentication-views-classes
| For detailed instructions you can look the auth classes section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/7.-Layout-and-Styling-Configuration
|
*/

Expand All @@ -115,8 +115,8 @@
|
| Here you can change the look and behavior of the admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#722-admin-panel-classes
| For detailed instructions you can look the admin panel classes here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/7.-Layout-and-Styling-Configuration
|
*/

Expand All @@ -139,8 +139,8 @@
|
| Here we can modify the sidebar of the admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#73-sidebar
| For detailed instructions you can look the sidebar section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/7.-Layout-and-Styling-Configuration
|
*/

Expand All @@ -161,8 +161,8 @@
|
| Here we can modify the right sidebar aka control sidebar of the admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#74-control-sidebar-right-sidebar
| For detailed instructions you can look the right sidebar section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/7.-Layout-and-Styling-Configuration
|
*/

Expand All @@ -181,25 +181,18 @@
|
| Here we can modify the url settings of the admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#65-urls
| For detailed instructions you can look the urls section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/6.-Basic-Configuration
|
*/

'use_route_url' => false,

'dashboard_url' => 'home',

'logout_url' => 'logout',

'login_url' => 'login',

'register_url' => 'register',

'password_reset_url' => 'password/reset',

'password_email_url' => 'password/email',

'profile_url' => false,

/*
Expand All @@ -209,8 +202,8 @@
|
| Here we can enable the Laravel Mix option for the admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#92-laravel-mix
| For detailed instructions you can look the laravel mix section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/9.-Other-Configuration
|
*/

Expand All @@ -225,8 +218,8 @@
|
| Here we can modify the sidebar/top navigation of the admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#8-menu-configuration
| For detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/8.-Menu-Configuration
|
*/

Expand Down Expand Up @@ -322,8 +315,8 @@
|
| Here we can modify the menu filters of the admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#83-custom-menu-filters
| For detailed instructions you can look the menu filters section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/8.-Menu-Configuration
|
*/

Expand All @@ -344,8 +337,8 @@
|
| Here we can modify the plugins used inside the admin panel.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#91-plugins
| For detailed instructions you can look the plugins section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/9.-Other-Configuration
|
*/

Expand Down Expand Up @@ -429,8 +422,8 @@
|
| Here we can enable the Livewire support.
|
| For more detailed instructions you can look here:
| https://github.com/jeroennoten/Laravel-AdminLTE/#93-livewire
| For detailed instructions you can look the livewire here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/9.-Other-Configuration
*/

'livewire' => false,
Expand Down

0 comments on commit b0236d0

Please sign in to comment.