Questions tagged as 'laravel'

1
answer

How to troubleshoot the error: String data, right truncated: 1406

Hello, follow my question: I'm trying to save the data from the Checklist Protocol, but the following error is occurring:    SQLSTATE [22001]: String data, right truncated: 1406 Data too long for column 'item' at row 1 How can I solve...
asked by 27.11.2018 / 14:20
1
answer

Insert image into a Laravel blade template [closed]

How can I insert images into my Laravel blade template? I want images on my homepage but I can not link, I created a images folder inside of public to store my images.     
asked by 12.03.2018 / 02:16
1
answer

need to format date for Brazil in laravel

Hello, I need to show date 00-00-0000 how do I in this code below? <span data-bind="text: created_at"></span> Thanks for any help     
asked by 09.01.2018 / 09:57
1
answer

LARAVEL 5.3 template Blade is not updating page

Good morning. I'm a beginner in the PHP Laravel framework and I have the following difficulty: I write my html inside my .blade.php file and call it in a view on Route but the information I've updated in the code is not appearing in the br...
asked by 14.09.2016 / 16:23
1
answer

What causes this error?

The system was running normally. Suddenly I get this error message: Error in exception handler: View [errors.message] not found. in /home/storage/b/24/ff/... I can not log into the system. What is the probable cause and how should I...
asked by 23.04.2014 / 15:31
0
answers

What is the best way to pass data from 2 tables to a json?

I have 2 tables, being CustomerCpf and CustomerCnpj . They have no connection to each other. What would be the best way to pass the 2 tables on the same route with a json? I had thought of something like this: public functio...
asked by 18.12.2018 / 02:09
1
answer

Column not found using ALIAS in laravel

I'm having a problem while accessing a column in the laravel query builder, the following code works in the Sql Workbench. Vendas::selectRaw('if(faturamento.Codfaturamento is null, vendas.totalvenda, faturamento.valor) AS vlrFatura') -...
asked by 03.10.2018 / 21:54
1
answer

ErrorException (E_ERROR) Undefined variable: messages

I'm trying to display all records in a table but it has the following error: Undefined variable: messages (View: / Users / henrique / Documents / Laravel Projects / blog / resources / views / messages.blade.php) > My controller: public funct...
asked by 07.05.2018 / 03:58
1
answer

PHP - While Function

Good morning, I have a question regarding the while function in my Laravel project. It works like this: User has an X number of credits - credits column in the database. It upa an xlsx file with the data of new users, the system coun...
asked by 16.01.2018 / 12:18
2
answers

Undefined variable no Laravel 5.7

I'm having the following error message in my project:    Undefined variable: banner (View:   C: \ wamp64 \ www \ panelEda \ resources \ views \ alter-banner.blade.php) While in my view banner.blade.php looks like this: <div cl...
asked by 31.10.2018 / 22:07