Support the ongoing development of Laravel.io →

Performant queries on large data sets

I'm building a REST API for a large data set, and running into a performance issue I'm not sure how...

0 Likes
3 Replies
posted 10 years ago

[Package] Asset Pipeline - Frod

Github: https://github.com/IonutBajescu/frod Documentation: http://frod.ionut-bajescu.com Demo: {{Fr...

0 Likes
0 Replies
posted 10 years ago

ardent attribute validation

Hi All, Trying to figure out laravel validation for my user model. I can manage to return all the er...

0 Likes
0 Replies
posted 10 years ago

View::make('x', $viewData) vs. View::make('x')->with('viewData', $viewData);

Hi, what's the difference between return View::make('x')->with('viewData', $viewData); and retur...

0 Likes
3 Replies

Error: Using $this when not in object context

Hi, i call this somewhere in the CustomerController(): $results = CustomerModel::getCustomers(); Th...

0 Likes
7 Replies

Cartalyst Report 30

Our biggest weekly report yet. Lot’s of goodies and updates. http://bit.ly/1l7wLUg

0 Likes
0 Replies

how to fetch data from database to edit,update in the form using laravel php

I am new to laravel, please guide me in fetching data from database, i am able to show the data on t...

0 Likes
1 Replies

Dynamic "where" on Eloquent Model

Hello, I'm hoping I can get help with a dilema I ran into. I hope it's something simple. I have a me...

0 Likes
4 Replies
Solved

is remember keyword enough for caching paginated query results

Hi all, I have the following query: $posts = Post::where('category_id', '=', $category->id)...

0 Likes
1 Replies

Artisan Serve VS MAMP htdocs

I was working my way through the phpacademy tutorial "Laravel To Do List App" and after I...

0 Likes
2 Replies

Storing into database a model that contains multiple models which might be of different type.

Hello guys I have this problem. I have a Form that contains several pages (think a multiple step pol...

0 Likes
3 Replies
posted 10 years ago

List of perticular date entries

Hi, How do i list the table values which are stored on today date using the created at

0 Likes
3 Replies
Solved

package not updated problem

After package is submitted i got this message "This package is not auto-updated. Go and set up...

0 Likes
0 Replies

turn on mod_rewrite in homestead laravel

Does anyone know how to turn on mod_rewrite? Server runs perfect with 'vagrant up' I have ssh into s...

0 Likes
1 Replies
posted 10 years ago

Add redirect close to uri

Hey There, I'm actually looking for a way to make this kind of Url when using my Redirect::intended(...

0 Likes
0 Replies

Search child relationship

I feel this may be a simple question; but I can't, for the life of me, figure this out. I'm relative...

0 Likes
1 Replies
Solved

Laravel 4.2 mime config

Where can I configure the mime type settings? I am using laravel 4.2 and my upload form should valid...

0 Likes
4 Replies
posted 10 years ago

Avoid re-submitting form data

Hi, any idea how to clear the input? After passing the validator my script has var_dump(Input::all()...

0 Likes
4 Replies

How to invoke an error handler

I'm wanting to use my own error handler with certain controllers. For API endpoints, I want to catch...

0 Likes
0 Replies

Reusing a route parameter model binder

I want to reuse the logic of binding a {slug} to a model, in several resources. Route::bind("sl...

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.