Questions tagged as 'laravel'

2
answers

Virtual configuration hosts in vagrant homestead / laravel

I'm starting at Laravel and would like to organize my development environment using some " hosts " for my projects. I created the first project in laravel and after suffering a bit with its installation, it worked that was a beauty. I then s...
asked by 15.07.2016 / 03:40
1
answer

Laravel Undefined column: 7 ERROR: column "1" does not exist

In join , I am passing a direct value, and Laravel is trying to "read" this value as if it were a table. function ($join) { $join ->on('e.pee_fk_pes_codigo', '=', 'p.pes_codigo') ->on('e.pee_padrao', '=', '1'); }...
asked by 10.08.2016 / 15:41
0
answers

Laravel 5 - Timezone Wrong Time [closed]

I changed the timezone 'timezone' => 'America/Sao_Paulo' , but it is not getting the GMT +3 , which is Brasília. Do you have to change something else somewhere else, outside app.php?     
asked by 02.08.2016 / 20:29
1
answer

href blade Laravel and Vue.js

I'm doing the list of registered receivers and in each line there is an edit button, in href, I need to use the encrypt and pass the id, but this id comes from Vue.js and the blade using {{} } does not recognize the Vue.js variable, so my questi...
asked by 01.10.2017 / 17:52
1
answer

Creating routes for large pagination

I created a RestFull api in Laravel. In the project I have javascript and html in a folder that calls the API. Soon I created a pagination in the own laravel that I called in my own project in javascript. However, I need to resolve the paging...
asked by 16.10.2017 / 15:27
0
answers

How to authenticate a javascript application (browser) in a PHP API?

Folks, I'm trying to develop a PHP API (Laravel) to consume it both in my SITE (angular) and in the mobile applications that I'm going to develop. However, I'm having trouble implementing a secure authentication that allows me to update user se...
asked by 26.08.2016 / 01:40
2
answers

Check Empty Fields - Laravel 5.3

I have an integer field and a date field that are not required and are programmed to accept NULL, but when I send the form data without filling in, my controller receives the empty value instead of ignoring the field, which generates the error:...
asked by 02.12.2016 / 13:51
1
answer

How to create a cron in Laravel?

I have to create a Cron in Laravel to send emails every 24h. I must upload the email to the bank. So after a query in the database cron should send the email with the query data.     
asked by 24.10.2017 / 22:17
2
answers

Error installing larvel phplegends / en-br-validator

When I try to install the pt-br-validator via composer require laravellegends / en-br-validator or even editing the composer file manually I'm encountering the following error: [Symfony\Component\Debug\Exception\FatalThrowableError]...
asked by 24.04.2017 / 22:04
2
answers

I do not understand why empty says that the variable is not empty

There is a membership module where members of a church are registered. For this register will be shown on the main page the birthday of the day in a jQuery slide. But when you do not have a birthday boy, he'll show you something else. When you d...
asked by 22.09.2017 / 17:55