Questions tagged as 'laravel'

0
answers

How can I go through a condition with laravel blade

Hello very good afternoon ... I am doing a survey system and enter the part where I have to show the results of the survey ... I have a table of answers where there are 10 columns with the name answer1, answer2, answer3, .... up, answer10. Wh...
asked by 27.09.2018 / 20:40
1
answer

Change the directory of images uploaded in wordpress to one outside the directory

I am commenting on a project which I am using laravel and wordpress, and I need that the images that are uploaded from wordpress, are in a folder outside the project of the wordpress folder, that is, I need it to be in a folder in " public ", si...
asked by 06.10.2018 / 13:46
1
answer

How can I show this data using yajrabox datatables?

I have this question of how to put the vot% ver resultados in the datatable, the way in which I do the consultations is like this: route::get('api/users', function(){ return datatables()->eloquent(App\Usuario::query())->to...
asked by 04.10.2018 / 00:10
0
answers

Error making Laravel migrations by cmd windows

Hi, I have this error trying to make migrations in laravel, some suggestion     
asked by 03.10.2018 / 23:07
0
answers

Save and view data with TinyMCE and Laravel 5.5

I have been working on saving the data that I entered in a textarea with TinyMCE this is my textarea <form class="form-horizontal" method="POST" action="{{ route('dgc.vwexpedientes_assign.actualizar_dictamen', $dictamen_t->id) }}">...
asked by 02.10.2018 / 19:53
0
answers

Get the number of sheets of an Excel with Laravel

Someone knows how to get the number of sheets of a Excel with Laravel I'm using Maatwebsite what I need is to go through sheet by sheet and get its content.     
asked by 28.09.2018 / 22:43
1
answer

how to update a field in laravel 5.6

I'm trying to update a field in a table in laravel 5.6 but instead of updating it just adds a new one also happens to me that when I search the register through the show method it does not return anything. the stories table is a new table I just...
asked by 25.09.2018 / 18:48
1
answer

In laravel how to send and invoke more data with Markdowns Mail

I have this question of how to send several data in a array and that when invoking this data in the template that was sent can declare them in different sections, this is what I have This is my Mailable namespace App\Mail; use Il...
asked by 24.09.2018 / 17:22
0
answers

Get business by user in Laravel

I have a question, I currently have a user registry which is associated with a company, when I register a user I select which company it belongs to, until here all good, I have created a separate table called empresa_users which has the id of co...
asked by 21.09.2018 / 20:12
0
answers

Datatable with Ajax and Json in Laravel

I want to list data in json format in a datatable using ajax but I can not tabulate them, I can not detect my error. I hope you can help me, thank you. ROUTES Route::get('/', 'DatatableController@inicio'); Route::get('/datos', 'DatatableCon...
asked by 21.09.2018 / 06:05