Skip to content

Commit

Permalink
removed references to old features
Browse files Browse the repository at this point in the history
Signed-off-by: bidi <[email protected]>
  • Loading branch information
bidi47 committed Nov 11, 2024
1 parent a20c17f commit 6d329bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 36 deletions.
18 changes: 0 additions & 18 deletions docs/book/v5/how-to/languages.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,4 @@ You should see this in the command prompt:
You are now in development mode.
```

- If not already done, remove the `.dist` extension from `config/autoload/development.global.php.dist`.

## Using DebugBar

Dotkernel comes with its own DebugBar already installed and configured. It is enabled when you clone the config file `config/autoload/debugbar.local.php.dist` as `config/autoload/debugbar.local.php`. You can disable the tool by going into its config file `config/autoload/debugbar.local.php` and changing

```php
'enabled' => true
```

to

```php
'enabled' => false
```
- If not already done, remove the `.dist` extension from `config/autoload/development.local.php.dist`.
2 changes: 1 addition & 1 deletion docs/book/v5/introduction/packages.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Packages

* `dotkernel/dot-dependency-injection` - Dependency injection component using class attributes.
* `dotkernel/dot-authorization` - Authorization base package defining interfaces for authorization services to be used with Dotkernel applications
* `dotkernel/dot-controller` - Provides base classes for action based controllers similar to Laminas controller component
* `dotkernel/dot-data-fixtures` - Provides a CLI interface for listing & executing doctrine data fixtures
* `dotkernel/dot-debugbar` - Wrapper on top of maximebf/php-debugbar
* `dotkernel/dot-dependency-injection` - Dependency injection component using class attributes
* `dotkernel/dot-errorhandler` - Logging Error Handler for Middleware Applications
* `dotkernel/dot-flashmessenger` - Provides session messages between redirects
* `dotkernel/dot-mail` - Mail component based on laminas-mail
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nav:
- "Composer": v5/installation/composer.md
- "Configuration Files": v5/installation/configuration-files.md
- "Doctrine ORM": v5/installation/doctrine-orm.md
- "Development Mode and the Debugbar": v5/installation/development-mode-debugbar.md
- "Development Mode and the Debugbar": v5/installation/development-mode.md
- "Running the Application": v5/installation/running-application.md
- "FAQ": v5/installation/faq.md
- How to:
Expand All @@ -28,7 +28,6 @@ nav:
- "Configure Authorizations": v5/how-to/authorization.md
- "Use NPM Commands": v5/how-to/npm_commands.md
- "Inject Dependencies": v5/how-to/dependency-injection.md
- "Configure Languages": v5/how-to/languages.md
- "Set Up CSRF": v5/how-to/csrf.md
- "Anonymize Accounts": v5/how-to/account-anonymization.md
site_name: frontend
Expand Down

0 comments on commit 6d329bb

Please sign in to comment.