Support the ongoing development of Laravel.io →

Error in artisan on new version of Linux

Hello I upgraded Ubuntu version from 13.10 to 14.04 and I copied complete folder for my application....

0 Likes
3 Replies
Solved

Adding default properties to the SplFileInfo-object from Finder

Hi Guys First post! - I am slowly crawling my way into this framework and at the same time expandi...

0 Likes
1 Replies

Help: Model isn't being mocked properly inside Repository test >_<

Hopefully someone can help me, I've been trying to find out why for the last few hours. I'm trying t...

0 Likes
3 Replies
posted 11 years ago

Custom place-holder replacement

Hello guys, i have a CustomValidator->arrayfull method, and in en/validation i'm declaring : arra...

0 Likes
1 Replies
Solved
posted 11 years ago

session different expiration times

Is it possible to have different expiration times for different session variables? For example: A sh...

0 Likes
0 Replies

Return user after form validation to step 2

Hello, I am busy creating a step by step application where the user have to submit stuff. In the fir...

0 Likes
0 Replies

Create migration hanging on "Generating Optimized Class Loader"

Hi, I'm just starting out with Laravel and managed to get Vagrant/Virtualbox working on my Windows 7...

0 Likes
0 Replies

Weakness of whereRaw: Expression should be enclosed in ( ) automatically

Example resulting in wrong result (is used for a scope-Method): return $query->whereRaw(<<&...

0 Likes
0 Replies

Command `laravel new <project name>` does nothing

Hello, I downloaded the laravel.phar file, renamed it to laravel, moved it to /usr/local/bin, then m...

0 Likes
3 Replies
Solved

Structure repos for api client

I have a Post model, that read from my table "posts". In my PostController, I inject an Po...

0 Likes
1 Replies

Help how to have a better management of dependency for my controller

Let's say I have a controller named "PositionsController". This controller depends on &quo...

0 Likes
2 Replies

cURL Problems in Laravel

I tried to run the following code on Laravel that I have run using "php artisan serve" and...

0 Likes
2 Replies

AdLDAP with CCovey's package, Auth::check() returns false after Redirect

Hi, I seem to login fine, i.e. Auth:attemp returns true, and within the controller itself Auth::chec...

0 Likes
1 Replies
posted 11 years ago

Same Before Filter with different value.

Hi! So i trying to use a permission filter before my routes. But just the last one running. Any idea...

0 Likes
0 Replies

Service Orientated Architecture.

I have a database that will contain all the data for an applicant, however each section will be sepa...

0 Likes
1 Replies

Folder Separation for Admin and Front end

I am new in laravel and working with 4.1.* version. I have a query that what will be the standard fo...

0 Likes
6 Replies
posted 11 years ago

Noob question about queues with iron.io

Got a quick question I am new to the concept of queues with Laravel I am using iron.io and subscribi...

0 Likes
0 Replies
posted 11 years ago

Retrieve model using pivot-table, return the model to client as JSON, and include a column from pivot.

In my code I retrieve a category like this: $category=Category::find($categoryID); And then echo its...

0 Likes
1 Replies

Retrieve a model with selected column(s) only, then update one of those columns?

In one of my controller-functions I retrieve a model: $user=User::where('token',$token)->first();...

0 Likes
1 Replies

Token authentication.

I'm planning on using NodeJS frontend and a Laravel backend for a project. Authentication I am plann...

0 Likes
2 Replies
Solved

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.