Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
arodu committed Mar 3, 2024
1 parent 1e5974d commit c5f8da9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CakeLTE: AdminLTE plugin for CakePHP 4.x
# CakeLTE: AdminLTE plugin for CakePHP 5.x

## Getting Started

Expand All @@ -25,15 +25,6 @@ You can load the plugin using the shell command:
bin/cake plugin load CakeLte
```

Or you can manually add the loading statement in the `src/Application.php` file of your application:

```php
public function bootstrap(){
parent::bootstrap();
$this->addPlugin('CakeLte');
}
```

add AdminLTE symlink to webroot
```bash
bin/cake cakelte install
Expand Down Expand Up @@ -101,7 +92,7 @@ bin/cake bake template [command] -t CakeLte register
bin/cake bake template [command] -t CakeLte recovery
```

### To modify the template you can copy one or all the files within your project, copying the following files in the folder `templates/plugin/CakeLte/` and keeping the same structure of `templates/`
To modify the template you can copy one or all the files within your project, copying the following files in the folder `templates/plugin/CakeLte/` and keeping the same structure of `templates/`

Replace the files elements

Expand Down
Binary file modified docs/page-debug_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/page-debug_top-nav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5f8da9

Please sign in to comment.