Support the ongoing development of Laravel.io →

Laravel 4.2 FrameGuard middleware opt-in

Whilst looking through the changes in 4.2, I noticed this bit of it, and am quite interested by what...

0 Likes
1 Replies

Request::create() not pass parameters for url

Hey I want to do internal requests and I use Request::create() for this. According to the API the Re...

0 Likes
2 Replies

Cannot update with composer help?

Running sudo composer update -v, here's the stack trace: Loading composer repositories with package...

0 Likes
1 Replies
posted 10 years ago

How do I get the last pagination page by default?

I'm trying to get my forum to display the last page by default. But i simply can't get it to work. T...

0 Likes
5 Replies

Laravel + Beanstalkd + Supervisor

Hi! I encountered a really strange problem with my configuration for Beanstalkd and Supervisor. The...

0 Likes
1 Replies
posted 10 years ago

Include package view in default layout

I was wondering if it is possible to yield or include the view of a package without copying the pack...

0 Likes
0 Replies

Abstract Repositories

I'm working on a personal project and using it to learn better design patterns, specifically the rep...

0 Likes
1 Replies

Redirect::to, back, route all leading to wrong URL?

Hi! After doing validation and creating a user, I want to redirect to the index page of my site. Her...

0 Likes
9 Replies
Solved

Eloquent Dynamic Where Queries - Database errors

Hello Laravel Community! I'm trying to use a Dynamic Where Query, however it end up throwing a error...

0 Likes
0 Replies
posted 10 years ago

Not able to test route with prefixes

Hi there! I am trying to test the routing mechanism of my app, that was based on the documentation (...

0 Likes
1 Replies
posted 10 years ago

laravel workbench content would override the original content

for example,I changed the origianl getFacadeAccessor's return value,it don't work.because still have...

0 Likes
0 Replies
posted 10 years ago

remove index.php from URL

Hello. Google lists some links to my application like https://site.de/index.php/tags/tag --- when i...

0 Likes
1 Replies
posted 10 years ago

laravel4.1 session timeout

Hi everybody I want to logout my user after one hour.I use session for that . I set lifetime='60...

0 Likes
1 Replies

extend configuration from database : service provider and testability

Hello, I want to add configuration elements to the laravel config object from data stored in the dat...

0 Likes
0 Replies
posted 10 years ago

aquivalent to "->first()"

What is the aquivalent to the first() method of the Eloquent ORM, but where i can choose the positio...

0 Likes
3 Replies

How to optimize the fetch to the morphTo relation

On Laravel "4.1.29", I have several different type of users. Each type of user has it's ow...

0 Likes
0 Replies

please help -- how to parse (use) aggragate query result

I have managed to evaluate the occurances of distinct values of a column via a raw query. The result...

0 Likes
0 Replies
posted 10 years ago

Problem in my ServiceProvider

in my register() function this, $this->app->bind('IDistrictsRepository', function() { return n...

0 Likes
2 Replies
Solved

Generate language files

Just wondering if there is an package or a method to generate the language files? Now I just need to...

0 Likes
3 Replies
Solved

Rendering views while other views are rendering

This was an issue I posted on Github earlier but Mr Otwell closed it and advised I post it here inst...

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