Questions tagged as 'laravel'

1
answer

HTTP Error 500.19 - Internal Server Error / WINDOWS SERVER 2016

I bought a vps server to host a script developed with laravel, I had never used a VPS and when I uploaded the project and tried to open it I threw the following error: HTTP Error 500.19 - Internal Server Error The requested page cannot be acce...
asked by 19.08.2018 / 03:20
1
answer

Help with laravel pager

Good evening to the whole community, I have the following problem with the laravel pager, I am doing a query by means of a controller to a database on sql server, the query is as follows: $ data = VistaAHUMA00017 :: whereBetween ('DateDate',...
asked by 05.09.2018 / 02:41
2
answers

Get data from an array with facade DB in laravel 5.5

Dear, I have the following query made with laravel $datos = DB::table('mandato') ->join('compromiso_pago','mandato.CP_IdCompromisoPago','=','compromiso_pago.IdCompromisoPago') ->join('unidad_recaudadora','compromiso_pago.UR_IdUnidadRecau...
asked by 06.09.2018 / 00:07
0
answers

How to install laravel 5.6 in a subdirectory? [closed]

I need to install laravel in a subfolder having the following structure. Route: http://dominio/subcarpeta/ So I have the following folder structure: private_part_of_laravel public_html |__parte_publica_de_laravel and configure the...
asked by 06.08.2018 / 12:55
0
answers

Error installing existing laravel projects on my pc

I am installing a project in laravel on my pc, downloaded from github, I am running composer install, but I get this error: I am using xampp as a local server in windows 7. I would appreciate your help     
asked by 04.08.2018 / 21:38
1
answer

Calculate the average in minutes?

I am trying to calculate the average time between the column created_at and updated_at, but I am having problems with the foreach, since it only takes the last value I send it, and ignores all the others. public function tiempo() { $creaci...
asked by 19.07.2018 / 01:17
0
answers

Multi-language using laravel and vue

I am developing a page which will have multi-language Spanish and English , for front-end I am using vue-i18n . In front-end I send the active language every time I need some data of back-end The problem When...
asked by 26.07.2018 / 00:49
1
answer

Undefined property: stdClass :: $ comments laravel

I have an error when returning a foreign key in the view, initially in the path 'index' there is no problem, ṕero when changing the query a bit and changing the route, this index view is no longer useful . ROUTES Route::get('/', 'SessionCon...
asked by 26.07.2018 / 02:09
0
answers

Modify my filter to show the data in the view

I have a problem with a filter that I created thanks to the stackoverflow community but it does not finish working correctly, of course my fault. This problem I am going to divide into 2 parts, because first, I need to bring the correct data...
asked by 03.09.2018 / 13:12
1
answer

Laravel 5+ How to make dynamic menus

My question is how to make dynamic menus in Laravel, which should appear in all views. The menu should leave the categories table, and I can cache it so that the query does not repeat unnecessary times. But how do I get it to appear...
asked by 24.06.2018 / 18:55