Questions tagged as 'laravel-5'

1
answer

Group By in Laravel with SQL Server

I have the following query in Laravel through query builder: $objective_risk = DB::table('objective_risk') ->join('objectives','objectives.id','=','objective_risk.objective_id') ->join('risks','risks.id','=','...
asked by 28.03.2017 / 15:14
2
answers

Error changing the name of the email column to email in login laravel

I want to change the name of the column "email" to "mail" in the default login of laravel, but it is giving me problems, I spent some time looking at this and within this function, which is what is called when I do the login. (This is located in...
asked by 16.05.2017 / 18:25
2
answers

How do I describe data in a laravel blade?

I have a data that comes from the encrypted controller, this with the intention that the user does not see a data that I bring from the controller, I do not know if there is another way to do this. The data is encrypted as follows: $valores...
asked by 30.07.2017 / 03:58
0
answers

Error in Laravel, when running php artisan migrate: install

I have vagrant and virtualbox installed to perform the development environment. and when running vagrant up, it initializes the virtual server correctly, but when I run php artisan migrate: install I get the following error    [PDOException]...
asked by 19.11.2016 / 06:06
0
answers

blank page when logging in

I've been with a problem for days, which frankly I do not know why it happens to me. The issue is that I have a project on localhost, which worked perfectly, and everything worked, until I tried to optimize it (which I'm not sure is that), us...
asked by 15.11.2016 / 11:05
3
answers

Load a Carousel (bootstrap) with images in a collection

I am wanting to show more than one image in an article, using a carousel. Yes or yes shows one (main image), and with a limit of 5 photos In case the carousel is not the problem, the theme is the collection where I have the x images. Trying t...
asked by 30.10.2016 / 23:45
2
answers

How to show the main image when sharing on Facebook with Laravel

I'm trying to make my site interact with facebook. I'm interested more than anything, the issue of sharing, but this problem itself escapes the plugin that provides facebook I think. In case both with the share button or manually stick the li...
asked by 27.10.2016 / 18:42
1
answer

Error config.vm.boot_timeout in vagrant up for Homestead

I've been working with Homestead for quite some time. A few days ago, I delete ubuntu because I had several problems of instability, I change to mint with the promise of being a little more stable and I miss this error .. Thinking that I had som...
asked by 27.11.2016 / 15:34
2
answers

How to make certain fields only required only if I activate a button

I am creating the form of the user profile and I am confronted with the problem of how to edit the password. the first thing that occurred to me is something simple, create a collapsed button, that displays the typical entry of the current pass...
asked by 18.10.2016 / 18:11
1
answer

Problems with a Select using a chosen and a collapsed button in Bootstrap

Hello, I am wanting to implement an advanced search form in which it opens up from a collapsed button in bootstrap. Here I implement a panel with a select. I implement a plugin called Chosen that improves aesthetics to select and others. th...
asked by 10.10.2016 / 01:24