Support the ongoing development of Laravel.io →
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 9 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 9 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 9 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 9 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 9 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 9 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 9 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

# of occurances of distinct values in a column

Hi all, Suppose I have an orders table and it has a price field. The price values are between 1 and...

0 Likes
0 Replies

Redirect::to() from a package class

Hy, I want to make redirect's from my package class, but if returning a redirect it redirect me to t...

0 Likes
1 Replies
Solved
posted 9 years ago

Session data. Is there a better way?

I have a controller that redirects the user to another page and sends some data along in the form of...

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

© 2024 Laravel.io - All rights reserved.