Support the ongoing development of Laravel.io →

HOW TO PLAN FOR A AUCTION SITE IN LARAVEL

Hello friends, I have to develop a auction site and i want to develop it in LARAVEL. Haven't build t...

0 Likes
3 Replies

Optional route in middle of URL not being recognized

I have the following route: Route::get('/user/{name}/{key?}/post/{id}', array('as' => 'index'...

0 Likes
0 Replies

Insert and delete from one method

I am using laravel 5.1. Now I have to move a data of row from table A to table B using primary key.H...

0 Likes
0 Replies

Service Provider Issue

Hey all, I'm having a really odd issue with a package I just wrote. I've been banging my head agains...

0 Likes
6 Replies
Solved

Laravel old versions?

Hi to all. Did anyone know where I can find or can anyone send to me old version of this great frame...

0 Likes
2 Replies

How to do query caching with dependencies like in Yii2 ?

Let's say that I want to cache some query based on some condition ( dependency ). For example, I hav...

0 Likes
0 Replies

Work out what page a record is on using pagination

I would like to be able to locate a record by scrolling to the "page" it is on. Obviously...

0 Likes
0 Replies
posted 9 years ago

Undefined Method Error

Starting my first laravel project so I may be really off as I am trying to piece things together. R...

0 Likes
1 Replies

Response::json won't return response

I am having a weird problem with specific route in my Laravel REST API project. Here is a thing: I h...

0 Likes
0 Replies

Routing Error

Hi there, We're stuck with this issue for past 1 week. Our developer couldn't find a solution after...

0 Likes
3 Replies
posted 9 years ago

the chunk method

The chunk method is starting to piss me off. Anyone have trouble with it? Two things: first it doesn...

0 Likes
0 Replies

Working with a front-end developer (env setups)

what's the best workflow for collaborating with someone remotely who's just going to be doing css/ja...

0 Likes
2 Replies
posted 9 years ago

Convert raw mysql to laravel eloquent

Hi, I am new to laravel eloquent and wanted to convert this to eloquent, can someone help me? thank...

0 Likes
1 Replies

Controller routing based on guest or authed user

So I'm a little bit new to Laravel, and slightly new to MVC frameworks. I've learned a little bit of...

0 Likes
1 Replies

How can I search multiple tables in laravel 5

I am able to search any column in one table at a time using the following code <?php namespace A...

0 Likes
1 Replies

Google API Key not working

Hey all.. About a half year ago, I and a classmate litterary spent 4 full schooldays finding a way t...

0 Likes
1 Replies

Confirmation on Logout

Hello, I am using L5 for my application. It uses the default logout functionality. I want to show th...

0 Likes
1 Replies

Is it good to save routes into database?

Hello! I am considering the way of saving routes into database (nor routes.php). Could you please pr...

0 Likes
2 Replies
Solved
posted 9 years ago

"Shortcode" style functionality in Blade templates?

What would be the best way to go about implementing shortcode style functionality in views? Example:...

0 Likes
1 Replies

How to search eloquent models with relations

Pretty much every app needs decent search engine. Nowadays specialized engines like ElasticSearch ar...

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