Posts by Bruno Diniz • 1 point
3 posts
-
-4
votes3
answers1454
viewsA: Access all file settings. env
In the Laravel framework if you want to use the value of a file variable. env and is returning null, need to clear the settings cache with the following command below: php artisan config:clear Once…
laravel-5answered Bruno Diniz 1 -
0
votes1
answer48
viewsA: Why does the Crosstab function not work in Windows? Using Postgresql
I managed to solve you guys myself! Just put the schema name before the 'Crosstab' function, and if it doesn’t work put the public before the function, because it may be that the database functions…
-
0
votes1
answer48
viewsQ: Why does the Crosstab function not work in Windows? Using Postgresql
I built a query that has a Crosstab, in the database manager works perfectly and gives no error, but when I run this query inside my project that is in Laravel, it explodes an error saying that the…