Questions tagged as 'laravel-blade'

1
answer

Extract the array in json components, which look like consecutive arrays

I am faced with the following dilemma: I am using the api C3.js of statistics in a project, where I want to make a graph of time of day and the accesses to a building, I have: var chart4 = c3.generate({ bindto: '#estadisticaTemporal',...
asked by 06.09.2017 / 12:03
1
answer

URL encoded% 7B% 7B $ -% 7D% 7D /% 7B% 7B $ -% 7D% 7D

I have a route that sends all data well to the controller, but when the data arrives at the URL the data becomes symbols. I understand that %7B%7B$ dato %7D%7D is the same as {{$dato}} Does anyone know how to avoid this? p...
asked by 21.07.2017 / 02:29
1
answer

Extract and save data from several related tables in Laravel

I am developing an enrollment form in Laravel 5.4 , as I have created five tables that have a one-to-many relationship: The main table tblFicha has a one to many relationship with the tables: tblDiocesis , tblRegionales -...
asked by 12.03.2017 / 22:49
1
answer

Pass a view data by href to another view with method post

I am learning laravel for a job in college with my classmates, they have more experience in the language but none of them could explain how to do this I have a data in a view that I want to send to another to fill a space in a form The cod...
asked by 29.04.2018 / 17:49
1
answer

Change color of a cell?

I have a table in which I print several data, but I want that in the cell, state, when waiting for it to be of one color, and to be approved, of another. Try jQuery but at the moment it has not worked for me. <!-- .estado1 {background-co...
asked by 06.12.2017 / 17:12
0
answers

How can I implement three recaptcha on an index.php page?

I am having problems when loading three recaptcha in the same file index.blade.php where there are three different forms, these in turn require validation with recaptcha, but it happens that when loading the first one the next two stop work....
asked by 08.09.2017 / 16:48
0
answers

A file (input file) field appears without having added it, in laravel 5.4

I am developing a project in Laravel 5.4 , after adding Laravel Excel in the online site (server on-line) a field appears input-file , but in local (server development) this field does not appear. Welcome view (default la...
asked by 11.07.2017 / 15:32
1
answer

Jquery in laravel, it does not work

I'm trying to link Jquery to my laravel, I'm just learning now and I have this code trzoo for an easy index: <meta charset="UTF-8"> <title>@yield('title', 'Default') |Panel de Administración</title> <link rel="stylesheet"...
asked by 22.08.2017 / 13:29
1
answer

Problem with dates in LARAVEL

I try to change the format of a date created by laravel with timestamps () that saves them in the format 2000-01-01 00:00:00. I have tried in the view (blade template) within the value of an input type date: date('y-m-d', strtotime($user-&g...
asked by 18.12.2018 / 16:21
1
answer

Using BLADE without Laravel?

I am learning PHP and I would like to be able to use BLADE. Is there any way to use it without having to use Laravel? I found some information in English, but I do not know how to start using it. This is the one that I have found for example:...
asked by 07.06.2018 / 10:33