Guest User

Untitled

a guest
Feb 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. App\Providers Insert in boot function
  2. --------------------------------------
  3. #change default for mysql
  4. Schema::defaultStringLength(191);
  5. if (env('APP_ENV') === 'production')
  6. {
  7. $url->forceScheme('htps');
  8. }
  9.  
  10.  
  11.  
  12. package.json
  13. --------------------------------------
  14. #force js-beautify verstion to 1.6.14
  15. "resolutions":{
  16. "js-beautify":"1.6.14"
  17. }
Add Comment
Please, Sign In to add comment