Support the ongoing development of Laravel.io →

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
posted 10 years ago

How to use the exists rule appropriately?

I am checking if the user has confirmed their account, using the rule: 'confirmed' => 'requir...

0 Likes
0 Replies

Should I use confide, entrust and ardent?

Hello everyone, I'm new to laravel and I've been learning it for a couple of weeks now. The question...

0 Likes
2 Replies
Solved
posted 10 years ago

Routing /admin runs into endlees loop

Hi, I have this Routes file: http://laravel.io/bin/5G1GJ. Using /game is wirkong perfectly, but /adm...

0 Likes
2 Replies
posted 10 years ago

Error just because a string is missing?

Hi, this happens in the Controller: $data['brands']=$this->brands; return View::make('form',$data...

0 Likes
2 Replies

how to add laravel app into an existing web domain structure.

I tried to find anything on this and either am searching incorrectly or no one else has done this. I...

0 Likes
2 Replies

ErrorException Undefined index: id_token in Google_Client

Hi Everyone, please I need help urgently. I'm trying to use Google_Client to authenticate users and...

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.