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

Laravel method case-sensitive?

When I try to post to my route using cURL and the method set as "POST", I hit a 403 Forbid...

0 Likes
0 Replies

facebook canvas login issue

I trying to build facebook canvas with laravel 5.2 with "SammyK/LaravelFacebookSdk" packag...

0 Likes
0 Replies

Patch/Put method yields MethodNotAllowed

I have an edit page reusing a form from my create page that populates the fields by using {!! Form::...

0 Likes
6 Replies

2 laravel application on the same host. NotFoundHttpException in RouteCollection.php line 161

Hi, My single Laravel app already run on Ubuntu server. I want to run another one on the same host b...

0 Likes
0 Replies

Cookies not persisting after Laravel 4.1 upgrade

I have an existing Laravel 4.0 project that I have been trying to update to Laravel 4.1. I created a...

0 Likes
26 Replies
Solved

Job that starts over when finished?

What I'm trying to create is a system that reads/parses data from over a dozen external websites. As...

0 Likes
2 Replies

connection data base

I wonder if there is some form of excolhes the path of database connection before login to the syste...

0 Likes
1 Replies
posted 8 years ago

laravel 5.2 how to configure log level?

In my application i ve got some Log::debug Log::info etc..in code how to select a level log if i wan...

0 Likes
0 Replies

Help with the eloquent query!!!

Here is my reddit post. Thanks!

0 Likes
0 Replies

Returning variables to View

Hi I am updating a view. For example, in the view I have 3 variables ($files, $users, $supplier) Is...

0 Likes
1 Replies

How to: Get first N objects in foreach loop

Is it possible to get first Nth ojects in foreach loop. For example i have foreach loop with movies...

0 Likes
1 Replies
Solved

L5.1.6 always returning a Status 200 OK header

No matter what I do, I always get a 200 OK status in response. Whether I get a Stack trace, a route...

0 Likes
7 Replies
posted 8 years ago

Best practice to create listeners on jobs (queues) in Larave 5.2

I have around 6 different jobs running in the background, just wondering to know what is the best wa...

0 Likes
0 Replies

Laravel 5.2 Authorize.net ARB Callback Implementation

HI I am using Laravel 5.2, Authorize.net ARB (https://github.com/AuthorizeNet/sdk-php) this package...

0 Likes
0 Replies
posted 8 years ago

Change fillable attribute using parent constructor

Hi. Nice to be here. I have two classes. Profile and Student. Student extends Profile. There are oth...

0 Likes
0 Replies
posted 8 years ago

@include w/ sections

If have several templates laid out like this-> Layout <- View -> Template I have multiple t...

0 Likes
1 Replies
Solved

How To: Install Laravel 5.2 on Centos 7 (or whatever) for beginners with gory details

Too many posts about laravel being too hard. When I say mysql, I really mean mariadb. Old habits die...

0 Likes
1 Replies

Backpack for Laravel - create beautiful admin panels at blazing speed

Backpack for Laravel is now in public beta. Its philosophy is to provide the building blocks for you...

0 Likes
1 Replies
posted 8 years ago

Is it possible to Join an Eloquent Model with an Eloquent QueryBuilder query?

Here's my query - User::join(CallRequestRating::select('userid', DB::raw('avg(rating) AS ratingavera...

0 Likes
0 Replies
posted 8 years ago

Laravel 5.2 deployment on Heroku

Heroku: http://hazzir.herokuapp.com/ Github: https://github.com/asimkh/apps/tree/hazzir "Intern...

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.