Questions tagged as 'laravel'

1
answer

Missed Closure Tags in source code

I started using CodeFormatter in sublimetext3 to sort the code. uses a style called psr2. The issue is that it generates labels of closures for link, meta or br, that normally did not put them. <head> <meta charset="utf-8">...
asked by 05.10.2016 / 05:10
2
answers

laravel - pass a datum between tabs

It must be something simple, but I've only been with Laravel for two weeks now and there are many things that I do not know and this is one of them. In tab1 I have a cell that is capital that I enter a value and I would like it when I click o...
asked by 09.08.2016 / 23:54
2
answers

Retrieve the value of a select from a form

I have a form with a single select where it is automatically filled with a mysql table, the detail is that I want that when someone selects an option and clicks on the send button, I can recover that value to be able to make a consult and show t...
asked by 05.07.2016 / 03:22
2
answers

Laravel | Problem with different cipher bcrypt

In the user registry I save the key with bcrypt, and in the authentication I make a return of the password and it gives me a different hash value of how the key is in the database, look: db key: $ 2y $ 10 $ 5HZ4raSDAB8WHJgG07yXU.1.9t2M / V3rt...
asked by 05.07.2016 / 21:11
2
answers

error when installing dingo / api

I'm trying to install dingo / api for an api rest in laravel 5.1 but when I execute composer require dingo/api:1.0.x@dev it throws me this error: Your requirements could not be resolved to an installable set of packages.    Problem...
asked by 28.06.2016 / 19:10
1
answer

I can not make social facebook plugins go on my site

I am having problems with the facebook services for the developer. When I work at localhost, it's fine, the issue is when I test it on the host (hostinger). The most visible is the comment box that does not appear directly. But the share button...
asked by 25.09.2016 / 23:07
1
answer

Problems with the with () method in Laravel

I'm doing the following query. $Products = Product::with('productFiles')->where("name", "like", "%{$request->value}%")->limit(10)->get(); This query calls all the products and an array called "productFiles" WITH DATA. But if I a...
asked by 05.05.2016 / 20:33
1
answer

Laravel Excel Structure (Importing File)

I am using the Laravel Excel library and I have been reading the documentation but it does not say anything to read the excel from a certain row number, that is, I have the first 6 lines of the excel with information and the "title" of each co...
asked by 17.05.2016 / 10:48
3
answers

Add class to a column without affecting the header [DataTables.net]

I try to add a class to a column without having to affect the header but, I have not been able to achieve it, I have tried several things like. This is what the API says "createdRow": function( row, data, dataIndex ) { if ( dat...
asked by 23.10.2018 / 22:02
1
answer

Wordpress and laravel [closed]

I have an ecommerce made in wordpress and also for that same website I would like to create a blog. But this blog would like to create it with laravel and the structure of this blog would like to save it in the same wordpress file structure, cou...
asked by 08.08.2018 / 23:13