Posts by Luciano Braga • 198 points
12 posts
-
-1
votes1
answer93
viewsQ: Catch domain via Node/Vue.js
I simply want to show the domain that appears there in the URL when accessing the page. window.location.hostname Give me this, only it doesn’t work on Node/Vue.js, so what would be the solution?…
-
0
votes0
answers77
viewsQ: How to Enable Offline Persistence in Firestore with Vue.js
I’m having a problem enabling Firebase’s offline persistence mode. I am using Vue.js with Electron and my Firebase configuration file is as follows: Is returning this error: I hope someone can give…
-
2
votes0
answers1031
viewsQ: Firebase - Relationship between documents
I know the firebase is Nosql/Norel, but I have this doubt and it is very relevant given to the project I am developing. In the traditional Mysql model, when we have a table of categorias, for…
-
0
votes1
answer395
viewsQ: Linux commands through Laravel
I’m creating some custom commands in Laravel as per the documentation: https://laravel.com/docs/5.4/artisan ex: php artisan gestao:config This command allows me to automatically configure some…
-
0
votes1
answer42
viewsQ: Domain Forwarding/Mapping
I don’t know if I used the correct terms in the question, but I’ll explain what I need. I am developing a system, and in this system there should be profiles of entities/companies. Each of them…
-
2
votes1
answer8769
viewsQ: Create/Modify table without deleting data Laravel Migrate
I have a question about the Migrates. I am using Laravel 5.1 with Sqlite database. When I turn the remote php artisan migrate or php artisan migrate:refresh, generally to add new tables or insert…
-
1
votes0
answers58
viewsQ: Problem with NPM Nodejs Compass
I’m in trouble here with Nodejs. First I run the remote: npm i Then I turn the remote: grunt There goes that mistake: Warning: Couldn't find the `compass.bat` binary. Make sure it's installed and in…
-
6
votes0
answers1201
viewsQ: synchronize Local database with Web
I’m developing an application in Cakephp, with a Mysql database. a part is already working but from the beginning I need a solution to the following problem: My application should work online, but…
-
1
votes1
answer105
viewsQ: Select Betweeen in data Cakephp
I’m trying to select records in a date range. $mesAtual = $this->requestAction(array('controller' => 'compras', 'action' => 'comprasMes'), array('condicoes' => array('Compra.status'…
-
1
votes0
answers169
viewsQ: Cake PHP - Form in the view index.ctp
I got the views: index.ctp, add.ctp, edit.ctp. Generated via modified Bake and everything, now what I need is in the view index, when you click ADD NEW or EDIT, instead of going to the respective…
-
2
votes1
answer2396
viewsQ: Connect Mysql Workbench to Hostinger Server
Several times I tried to connect the Mysql Workbench to the database of my website hosted on Hostinger.com.br but always makes a mistake. From what I understand the access data I am passing are…
-
2
votes1
answer225
viewsA: Odd characters
It may be that your file .HTML, despite being with UTF-8 in the code, has been saved with another encoding. See this link to better understand:…