Support the ongoing development of Laravel.io →

is really wise/necessary to validate a model's data with unit tests?

greetings, this question is not really about laravel, but more about unit testing with laravel, i'm...

0 Likes
0 Replies
posted 10 years ago

Migrating From L4 to L5 Need Help With Custom Auth Driver

Got most of the errors fixed can't get my head around this... ErrorException in CustomUserProvider....

0 Likes
1 Replies

Column type : array

Hello! I'm using a postgresql DB and have a column containing arrays (integer[]). Problem is I don't...

0 Likes
2 Replies
Solved

Folder permission to save files?

I have an app wich need to save json file into a folder public/cache, the files are created with res...

0 Likes
0 Replies
posted 10 years ago

Inject repository into route service provider

Hi everyone. Actually the question is already asked here: http://stackoverflow.com/questions/2289049...

0 Likes
0 Replies
posted 10 years ago

Learning Middleware

I'm very new to middlware, and I'm trying to grasp my head around it, and I have a particular use ca...

0 Likes
3 Replies
Solved

Having problems with Vendor:publish using tags

So I have several packages where I have setup my publishing to work based on tags. So, package one h...

0 Likes
2 Replies

Its posibble to register an Alias without the Facade Class

I'm creating a Package and I want to offer the possibility of change the Alias. public function...

0 Likes
3 Replies
Solved
posted 11 years ago

PostgreSQL and enum fields

I tried to use the ENUM fields for PostgreSQL in the database migration of Laravel. $table->enum(...

0 Likes
2 Replies

Clients, Managers, and two-tier authentication based on sub-domain.

New to Laravel in general, but have been gobbling up everything I can get my hands on.. Trying to do...

0 Likes
0 Replies

Authentication docs

The docs show: <?php namespace App\Http\Controllers; use Auth; use Illuminate\Routing\Controller...

0 Likes
0 Replies
posted 10 years ago

Laravel 4.2 auth trouble

Hi, I'm trying to create a login form with laravel 4.2 using the default Authprovider. It always ret...

0 Likes
2 Replies
Solved

Many to Many using Resourceful Controllers?

I have two resources "Task" and "Resource" with a pivot in between. They are ref...

0 Likes
0 Replies

[Package] Zizaco Entrust

Entrust provides a flexible way to add Role-based Permissions to Laravel4. PS: Even though it's not...

0 Likes
18 Replies
posted 10 years ago

How to make the queue worker sleeps after processing some jobs?

Hello, Let's say I have 100 jobs in the queue, I want every 10 jobs processed, the worker will sleep...

0 Likes
2 Replies

FatalErrorException in helper function link_to()

This is probably a stupid error, but I'm new to Laravel. Any help would be greatly appreciated. I'm...

0 Likes
7 Replies
posted 10 years ago

Use Config::get('constants.APPDEBUG') in config/app.php

I have defined constant app/config/constants.php file $is_local = true; if($is_local==true){ $debug...

0 Likes
0 Replies

[Package] Inverse Seed Generator (iSeed) updated to Laravel 5

Guys, This is an old package that we've just updated so that it can be used with L5. For those of yo...

0 Likes
1 Replies

Laravel 5 update form using plain HTML

In Laravel 5, I notice that whenever I have a form in which I wrote in plain HTML, instead of using...

0 Likes
1 Replies
Solved

Laravel as self-hosted application - Config

Hello, I am currently developing a portal for a client. The portal should be self-hosted because the...

0 Likes
1 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.

© 2026 Laravel.io - All rights reserved.