Questions tagged as 'laravel-5'

0
answers

Method error does not exist in Laravel

Good afternoon, guys. I have an application that uses Polymorphic Relations according to Laravel doc. link I'm having the following error when trying to save the mode. The error occurs in the second save () method of the store method....
asked by 30.04.2017 / 21:59
1
answer

Sort collection through multiple columns

I need to sort a collection first by the field points and then by company_fantasy I tried some forms according to this post link that would be the same problem but did not succeed. I'm using Laravel 5.3 In this way I am sortin...
asked by 06.04.2018 / 00:05
0
answers

Provide in the view polymorphic relationship data Laravel

I have the Trainer, Modality and Image models using Laravel's Polymorphic Relations link I want to make this data available in the view and for this I did: AppServiceProvider.php: namespace Powerzone\Providers; use Illuminate\Support\...
asked by 01.05.2017 / 19:50
0
answers

Getters and Setters are automatically generated by Eloquent when we use relies / laravel to generate the Modules?

I have an already functional application. I'm moving on to laravel 5.4. Since the database already exists and with real data, my choice is not to use Migrations. One option would be to use the Query Builder to access the data in the database....
asked by 06.03.2017 / 15:46
1
answer

How to pass data from two tables in a View?

I'm trying to pass data from two tables ( SQL ) to a HTML table structure. When I try to pass my View , Laravel does not recognize the relationship method. View - atualizador.blade.php @extends('layou...
asked by 17.03.2017 / 18:29
1
answer

Use PHPUnit with interactive form

I have a form with Car Brands, Templates and Versions. I'm using PHPUnit to test the form. It works this way: User selects the tag, then the template select is loaded and finally the version select is loaded. My application is made with...
asked by 13.01.2017 / 15:18
0
answers

Wamp Server upgrading PHP to version 7

Good evening, I have the following problem, I'm trying to update my PHP so I can follow the course with Laravel but I'm not having success. I have environment: Windows 10 Wamp 2.5 PHP 5.5.12 Apache 2.4 I've been reading the Laravel 5 document...
asked by 05.01.2017 / 04:58
0
answers

How to pass data from one table to another where one has a relationship?

I created a table by migration that has relationships and I have a table with the same fields (except for the incremental id) that has the data. I need to pass the data from the table that has the data to the table that has the relationships. I...
asked by 17.01.2017 / 14:25
0
answers

Uploading files with fileinput

I'm using fileinput of this site Bootstrap: fileinput.js v3.1.3 and I need to recover the BLOB of the image uploaded when submitting the form. I noticed that when doing the uplod of some image the tag img appears...
asked by 02.01.2017 / 18:46
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