Hi, I want to allow multiple files upload, so I did this in my view: {{ Form::file('files[]', array(...
My code is like this : <?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Mo...
I'm trying to run phpunit on a Homestead VM (Vagrant) and getting the following error: http://larave...
Hi I'm new to Laravel. I have an API that authenticates users and creates a JWT token for it. Now in...
Hi. I don't really have a problem with my app. It works but I want to know why it works.... It sound...
Hello, I have a view, called index.blade.php but i think it could be simplified. @extends('layout')...
Hi, here is a basic question I'm working on the same website which i have been asking questions abou...
Okay so as I am reading the Laravel Documentation, I am kinda noticing they are trying to sell me on...
Hello everyone, I like to use Compass for the mixins it provides, sadly Laravel Elixir doesn't suppo...
hi i install laravel 5.3 with this command: "composer create-project --prefer-dist laravel/lara...
I having two table, first is Roundtable and second is Table Categories, when user logged they can ch...
I'm trying to get a Behat environment setup within Laravel which is able to test a Laravel applicati...
When I use variables in $rules and in $validator the code doesn`t work. Where is my mistake? $sumaRa...
I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...
Hi! I'm working with a project developed in Laravel 4.2. Now we want to update Laravel to 5.3. How w...
I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...
How to get each 'name', 'id', and more data particuler in JSON [,…] 0 : [{id: 13, name: "Aashir...
I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...
I follow this : http://stackoverflow.com/questions/19983610/how-to-get-page-number-on-dompdf-pdf-whe...
I've this query: $periodo = Input::get("periodo"); $programa = Input::get("programa...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community