I'm returning a simple list of tag names using 'pluck()' in L5.3 I can foreach over these ok, but if...
Rearranging website project based on laravel, there are any methods that will speed up work? In the...
How can use I mysqli database driver in laravel? I gone through the documentation and found that lar...
Hello, I'm looking for a package that will let me drop and drag file uploads for Laravel 5.3. Does a...
How to create variable and store a default value in view blade.
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...
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