Questions tagged as 'laravel'

0
answers

Connection error in composer install?

I'm having trouble running the composer install command in Laravel. I'm pretty new to it, so I have no idea what might be causing this error: > php artisan clear-compiled Erro na conexão, verifique o log de erro para mais informações...
asked by 23.03.2017 / 05:06
2
answers

How to save multiple checkboxes in the database with Laravel?

I'm developing a site in Laravel and wanted to know how to controller should be able to save multiple checkboxs chosen in the database. form file: <!DOCTYPE html> <html lang="pt-br"> <head> &l...
asked by 13.03.2017 / 19:32
0
answers

Accents do not appear with PHP

I am making a certificate system for an event and when words are inserted with accents, they bug. I am using Laravel and a library called Intervention Image to generate the images of the certificates and add texts in the spaces left in the image...
asked by 07.03.2017 / 19:38
0
answers

How to Debug Laravel 5.2 on the MAC using X-Debug? [closed]

I have tried everything and so far I can not debug Laravel 5.2 on MAC any light?     
asked by 06.03.2017 / 20:45
1
answer

Grid with Laravel 5.3 looking for foreign keys

Hello. I have an application where I need to mount a grid with all the data in the produtos table. This table has foreign keys for two other tables, grupo and subgrupo . To mount my grid, I need the array with the products to...
asked by 01.03.2017 / 20:13
0
answers

Problems installing Laravel Homestead on ubuntu

I just installed Ubuntu 16.10 and I'm having trouble installing Laravel Homestead. I am running version 1.9.3 of Vagrant and 5.1.18 of the Oracle virtual box. So far no problem, but when I try to run the command vagrant box add laravel/homest...
asked by 26.03.2017 / 00:55
0
answers

Error Chart.js in Laravel?

I'm trying to use Chart.js in Laravel through their own lib, but it returns the following error: Call to undefined method Fx3costa \ LaravelChartJs \ Builder :: size () I do not know what can be, I did everything the way the documentation say...
asked by 24.03.2017 / 05:16
1
answer

Doubt with Relationship - Laravel?

I'm new with Laravel and PHP and I'm trying to create a simple voting system. It turns out that, I am in doubt as to how to relate between my tables. For example: I have the Pessoa table and the Projeto table,...
asked by 30.03.2017 / 20:08
2
answers

Error in vagrant up windows 10

I'm using homestead and vagrant to create a virtual machine and run my web projects. However, I can not get into my hosts (eg, myite.dev) , all are already properly configured in homestead.yaml and the hosts However, whenever I apply the v...
asked by 06.02.2017 / 15:54
0
answers

How to change dev-master releases to stable composer

I am creating a sockets package in PHP for Laravel, but I can not just use the composer require because the package is in dev-master and of course I do not want to change my entire main application to accept packages in dev-master. Could someone...
asked by 10.01.2017 / 12:15