Questions tagged as 'laravel'

1
answer

How to present different lists of categories in a same page using Laravel 5.3

Good morning, I'm using Laravel 5.3, and I need to set up a page with a list of categories, and each category is a dropdown that should present the link to the products of those categories,    Category 1 Product 1A Product 1B    Cate...
asked by 02.12.2016 / 14:06
0
answers

The laravel asset function is not referencing

I have a project and I honestly do not know what I did differently, but at the time of opening it, out of nowhere all images, files css and javascript are not being referenced. I'm using laravel , and referencing it as fol...
asked by 18.11.2016 / 12:50
0
answers

Add Meta Fractal PHP

I am using fractal next to Laravel to manipulate my collections . In some Transformers I use available include (as shown below). What I would like to do is to include a goal with array of those includes...
asked by 14.12.2016 / 14:35
0
answers

How to set the timeout for dump in database.php?

I need to increase the timeout of MySQL to execute a dump processing of the bank. 'mysql' => [ 'driver' => 'mysql', 'host' => env('DB_HOST', 'localhost'), 'port' => env('DB_P...
asked by 15.11.2016 / 04:06
0
answers

Laravel 5.3 Multi Auth with Inheritance

I'm using Laravel 5.3 and I came across a problem. I need to authenticate multiple types of users. I saw in the documentation and in some tutorials that it is possible to do this in Laravel, the problem is that all I have seen show how to do an...
asked by 13.11.2016 / 18:12
0
answers

Do not find Controller method

I was testing some functionality on the project site I'm doing in MVC, but it has a function that is not working anymore. When I access the site it says:    "Method App \ Http \ Controllers \ updates :: return_user () does not   exist " Ro...
asked by 19.11.2016 / 23:25
0
answers

Connection refused laravel

When I send my form, after processing the data in the laravel save method the following error occurs: QueryException in Connection.php line 769: SQLSTATE[HY000] [2002] Connection refused (SQL: insert into 'users' () values ()) What is the s...
asked by 28.11.2016 / 05:46
1
answer

Run Laravel application on another computer

Good morning, everyone. I have a Laravel application on the computer I use and would like to be able to access on another computer from the name created in Virtual Host and configured in the Hosts file of the machine I use. Example: On...
asked by 27.10.2016 / 17:08
0
answers

How to use a single laravel authentication for all subdomains of the same domain?

I need to use only one authentication in a laravel project, which is in subdominio1.dominio.com.br . In this subdomain you will have an authentication, and it is working normally, via 'driver' => env('SESSION_DRIVER', 'database')...
asked by 14.10.2016 / 22:01
0
answers

Form does not work with laravel

Talk the following guys, I have a problem submitting a form on this site . I am not able to send an error that I do not know what is following part of my codes with error% error%: Controller: <?php namespace App\Http\Controllers; use...
asked by 14.10.2016 / 16:30