Skip to content

Commit 7f92b16

Browse files
Initialize Project
1 parent ce17639 commit 7f92b16

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

readme.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## About <a href="javascript:void();" target="_blank">Laravel Vue Project Debuger Disable</a>
2+
3+
Laravel Vue Project Debuger Disable.
4+
5+
## Doc:
6+
7+
<hr/>
8+
9+
- Go to your .env file then paste this code
10+
11+
```
12+
MIX_ENV_MODE=${APP_DEBUG}
13+
```
14+
15+
- Go to your resource/js/app.js file and Paste this code below
16+
17+
```
18+
if (process.env.MIX_ENV_MODE === 'production') {
19+
Vue.config.devtools = false;
20+
Vue.config.debug = false;
21+
Vue.config.silent = true;
22+
}
23+
```
24+
25+
## <a href="https://iqbalhasan.dev" target="_blank">iqbalhasan.dev</a> Sponsors
26+
27+
We would like to extend our thanks to the following sponsors for funding <a href="https://iqbalhasan.dev" target="_blank">iqbalhasan.dev</a> development. If you are interested in becoming a sponsor, please email us <a href="mailto:[email protected]">[email protected]</a>
28+
29+
## Security Vulnerabilities
30+
31+
If you discover a security vulnerability within Laravel, please send an e-mail to <a href="https://iqbalhasan.dev" target="_blank">IQBAL HASAN</a> via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
32+
33+
## License
34+
35+
The iqbalhasan.dev Project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)