Laravel Vue Project Debuger Disable.
-
Go to your .env file then add this line of code
MIX_ENV_MODE=${APP_DEBUG}
-
Go to your resource/js/app.js file and Paste this code below
if (process.env.MIX_ENV_MODE === 'production') { Vue.config.devtools = false; Vue.config.debug = false; Vue.config.silent = true; }
iqbalhasan.dev Sponsors
We would like to extend our thanks to the following sponsors for funding iqbalhasan.dev development. If you are interested in becoming a sponsor, please email us info@iqbalhasan.dev
If you discover a security vulnerability within Laravel, please send an e-mail to IQBAL HASAN via info@iqbalhasan.dev. All security vulnerabilities will be promptly addressed.
The iqbalhasan.dev Project is open-sourced software licensed under the MIT license.