You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After run command you can find config file in `config/admin.php`, in this file you can change the install directory, db connection or table names.
55
55
@@ -66,7 +66,7 @@ The file `config/admin.php` contains an array of configurations, you can find th
66
66
67
67
Right to left support
68
68
------------
69
-
just go to this path `<YOUR_PROJECT_PATH>\vendor\casbin\laravel-admin\src\Traits\HasAssets.php` and modify `$baseCss` array for loading right to left (rtl) version of bootstap and AdminLTE css files.
69
+
just go to this path `<YOUR_PROJECT_PATH>\vendor\php-panel\laravel-admin\src\Traits\HasAssets.php` and modify `$baseCss` array for loading right to left (rtl) version of bootstap and AdminLTE css files.
70
70
**bootstrap.min.css** change it to **bootstrap.rtl.min.css**
71
71
**AdminLTE.min.css** change it to **AdminLTE.rtl.min.css**
Copy file name to clipboardExpand all lines: docs/en/content-layout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The layout usage of `laravel-admin` can be found in the `index()` method of the home page's layout file [HomeController.php](https://github.com/z-song/laravel-admin/blob/master/src/Console/stubs/HomeController.stub).
4
4
5
-
The `Casbin\Admin\Layout\Content` class is used to implement the layout of the content area. The `Content::body ($element)` method is used to add page content:
5
+
The `Ladmin\Layout\Content` class is used to implement the layout of the content area. The `Content::body ($element)` method is used to add page content:
6
6
7
7
The page code for an unfilled content is as follows:
After runnung previous command you can find config file in `config/admin.php`, in this file you can change default install directory (```/app/Admin```), db connection or table names.
0 commit comments