Support the ongoing development of Laravel.io →
posted 10 years ago

Multiple file upload and validation

Hi, I want to allow multiple files upload, so I did this in my view: {{ Form::file('files[]', array(...

0 Likes
3 Replies
Solved

How to using counter in foreach migration table? (laravel 5.3)

My code is like this : <?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Mo...

0 Likes
1 Replies
posted 8 years ago

Running Unit Test

I'm trying to run phpunit on a Homestead VM (Vagrant) and getting the following error: http://larave...

0 Likes
2 Replies
Solved

How can I create a custom auth provider that authenticate through an external API?

Hi I'm new to Laravel. I have an API that authenticates users and creates a JWT token for it. Now in...

0 Likes
0 Replies

Admin Controller(user type) checking in database

Hi. I don't really have a problem with my app. It works but I want to know why it works.... It sound...

0 Likes
2 Replies
posted 8 years ago

how to simplifie <a href="/object/ {{ $object->obj_id }}">{{ $object->name }} </a>

Hello, I have a view, called index.blade.php but i think it could be simplified. @extends('layout')...

0 Likes
2 Replies

Creatinf page content

Hi, here is a basic question I'm working on the same website which i have been asking questions abou...

0 Likes
1 Replies
Solved

Free Third-Party Alternatives

Okay so as I am reading the Laravel Documentation, I am kinda noticing they are trying to sell me on...

0 Likes
1 Replies
posted 8 years ago

Does anybody know a pain-free method to implement Compass

Hello everyone, I like to use Compass for the mixins it provides, sadly Laravel Elixir doesn't suppo...

0 Likes
1 Replies
posted 8 years ago

install laravel on xampp "linux ubuntu"

hi i install laravel 5.3 with this command: "composer create-project --prefer-dist laravel/lara...

0 Likes
1 Replies
posted 8 years ago

Showing data that belong to logged user.

I having two table, first is Roundtable and second is Table Categories, when user logged they can ch...

0 Likes
0 Replies
posted 8 years ago

Is anyone using Behat 3, Laravel 5 and zombie.js 4?

I'm trying to get a Behat environment setup within Laravel which is able to test a Laravel applicati...

0 Likes
0 Replies

Laravel 5.3 Validation

When I use variables in $rules and in $validator the code doesn`t work. Where is my mistake? $sumaRa...

0 Likes
0 Replies

How to add and update config varaibles in laravel

I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...

0 Likes
1 Replies
Solved

Upgrading from 4.2 to 5.3

Hi! I'm working with a project developed in Laravel 4.2. Now we want to update Laravel to 5.3. How w...

0 Likes
1 Replies

How to use updateorcreate on comparing foreign key?

I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...

0 Likes
0 Replies

How to print every data in jquery

How to get each 'name', 'id', and more data particuler in JSON [,…] 0 : [{id: 13, name: "Aashir...

0 Likes
0 Replies

How to add page number for every page in laravel dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...

0 Likes
2 Replies
Solved

Call to undefined method Barryvdh\DomPDF\PDF::setOptions() (laravel 5.3)

I follow this : http://stackoverflow.com/questions/19983610/how-to-get-page-number-on-dompdf-pdf-whe...

0 Likes
0 Replies

Use Alias in SelectRaw

I've this query: $periodo = Input::get("periodo"); $programa = Input::get("programa...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.