Escolha uma Página

Displaing erros php7 and apache

By default after installation of php7 the display_erros is setting to off. How to modifi it in php.ini configuration? If you are using linux probably in /etc/php/7.0/apache2/php.ini (if you are using php directly from terminal you need to change...

using bootbox inside vuecomponent

I was trying to use bootbox inside a vue component, but, this message always bugs me. bootbox is not defined Fist, you need to import bootstrap and jquery to your app. After install bootstrap and jquery using npm you need to ensure that your app is using it. import...

NPM e proxy, adicionando e removendo

Como saber se o npm está configurado para usar um proxy ou não? npm config get proxy se voltar null quer dizer que ele não está usando proxy. Para setar um proxy: npm config set proxy http://proxy.company.com:8080 npm config set https-proxy...