File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PHP Debug Mode Enabler
2
2
======================
3
- > not only for Nette Tracy Debugger
3
+ > not only for Tracy debugger
4
4
5
5
Safe and clean way to manage Debug Mode in your app by specific environment and/or manually in app.
6
6
Package provide secure way to temporary switch Debug Mode of your App at any environment.
@@ -14,12 +14,12 @@ Package allows your app to switch to Debug Mode:
14
14
> NOTE: Package is NOT provide any Debug tools directly – it only gives the app whether to switch to debug mode.
15
15
16
16
## Installation
17
- ``` bash
17
+ ``` shell
18
18
composer require redbitcz/debug-mode-enabler
19
19
```
20
20
21
21
## Requirements
22
- Package is require PHP version at least 7.3 and temporary directory with writable access.
22
+ Package is requires PHP version at least 7.3 and temporary directory with writable access.
23
23
24
24
## Using
25
25
Anywhere in your app you can determine if app is running in Debug mode by simple code:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redbitcz/debug-mode-enabler" ,
3
- "description" : " Debug mode enabler (not only for Nette framework ) - safe and clean way to manage Debug Mode in your app" ,
3
+ "description" : " Debug mode enabler (not only for Tracy debugger ) - safe and clean way to manage Debug Mode in your app" ,
4
4
"keywords" : [" nette" , " tracy" , " debug" ],
5
5
"license" : [" MIT" ],
6
6
"authors" : [
You can’t perform that action at this time.
0 commit comments