Support the ongoing development of Laravel.io →

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

UTC timezone for the app/db but EST timezone for the log file?

I have my application timezone set to UTC so that I can store the date/time in UTC in the mysql data...

0 Likes
6 Replies
Solved

Searching many-to-many relationships

Hello folks. I am in need of a little direction on setting up a query on a many-to-many relationsh...

0 Likes
14 Replies
Solved
posted 11 years ago

Create route by common directory

Hi, I'm new on Laravell and I can't create route like "en/users" or "it/users" w...

0 Likes
5 Replies
Solved

Best method to apply filter after a read event Model::find(xx)->toArray(); ??

In one of my project, I'd like to output a json value from my mysql table immediately to array when...

0 Likes
0 Replies
posted 11 years ago

Query strings acting weird?

When I use a query string ?q=use the Input::get('q'); returns null? But it has to have the word use...

0 Likes
1 Replies
Solved
posted 11 years ago

Hash::check nor Hash::attempt match with original password

I create the password with this code $user = User::find(1); $user->password = Hash::make(...

0 Likes
2 Replies
Solved

LDAPS Authentication

Are there any modules out there that work with LDAPS? Looking for a secure way to use our Active Di...

raiden909 liked this thread

1 Likes
0 Replies

phpseclib shh2 exec and get output

i will exec SSH2 commands in Laravel 4 and catch the output to print it on the screen. But not on th...

0 Likes
2 Replies
Solved

[HELP] Laravel 4 Error...

I'm new in Laravel 4. and currently I'm having problems with it for folder location. 1st PROBLEM htt...

0 Likes
0 Replies

laravel angular routing

how to Implementing Client-Side Routing with laravel and angular js without the url hash?

0 Likes
1 Replies

Models and realtionships with a pivot table

Sorry for the noob question. I am using what I guess what is referred to a pivot table in Laravel 4...

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.