Questions tagged as 'laravel-blade'

0
answers

Laravel 5.5 Array Diff with bug?

I'm developing in Laravel 5.5 and Php 7.1.9 and I came across the following problem: I have the following Checkboxes screen and when checking any of the fields, arraydiff of Laravel insists on returning the wrong difference valu...
asked by 23.12.2017 / 15:47
1
answer

Value of checkbox is nil, Column 'situation' can not be null

I have a $table->enum('situacao', ['ativo', 'exonerado']); field. I created a checkbox to do the registration, but it returns the following error:    1048 Column 'situation' can not be null. How can I resolve? The checkb...
asked by 22.12.2017 / 15:56
0
answers

Problem when deploying larval application in heroku

I'm having trouble deploying in heroku with a large application, heroku is not seeing my pages with .blade.php extension. For example: index.blade.php But if I change to index.php he sees, someone has already gone thro...
asked by 20.09.2017 / 15:24
1
answer

How to implement DataTables in Laravel 5.4?

I'm trying to use the DataTables tool: link , its implementation seems to be very simple, I put the CSS link, JavaScript, but when I update the page, nothing happens, follow my code: @extends('layouts.app') @section('content') <link rel="...
asked by 21.03.2017 / 12:59
0
answers

Burning / Editing Laravel Checkbox 5.2

Hello, I am developing a Course Register in Laravel 5.2. I created CRUD perfectly, it creates, edits and deletes everything right, but in this register it has 3 items that are of type CHECKBOX, I can register and save in the bank (MySQL) correct...
asked by 21.11.2016 / 19:55
0
answers

Problems displaying an image with the name highlighted in the folder

Personal I'm updating a project from a client that was originally made in VB.NET and I'm moving on to Laravel 5.1. It's all right only a problem with displaying certain images that have in the folder name some accented character. Example: <...
asked by 10.11.2015 / 16:54
1
answer

How do I translate for pt-BR?

I have a form with the following code: {{ Form::selectMonth('month') }} This returns me the months in English, how do I translate it back into Portuguese?     
asked by 21.02.2015 / 14:06
3
answers

How to convert a date variable to Brazilian format within a view?

Within a index.blade.php I have a variable: <td>{{$ordemjoin->dataplanejamento}}</td> The date comes out in English format. How do I put it in Brazilian format? Note: version of Laravel 5.2     
asked by 05.01.2017 / 23:59
1
answer

Help Update Laravel

Good evening, I'm starting to study Laravel and I came across a problem that already took me a few hours to find a solution. I need to do an update on a form, and when I submit submit I get the error: Herearemycodes:Route:Route::get('/produtos/...
asked by 06.11.2018 / 00:52
1
answer

How to change the width of a native bootstrap navbar?

Good morning. I need to change the width of a native navbar. I simply picked up the boostrap.com site and pasted it into my template.blade.php but it is occupying the entire screen and needs to reduce its width. How? <nav class="navbar n...
asked by 06.01.2017 / 11:05