Skip to content

iqbalhasandev/laravel-vue-project-debuger-disable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

About Laravel Vue Project Debuger Disable

Laravel Vue Project Debuger Disable.

Doc:


  • 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;
     }
    

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

Security Vulnerabilities

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.

License

The iqbalhasan.dev Project is open-sourced software licensed under the MIT license.