Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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

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.

AltStyle によって変換されたページ (->オリジナル) /