Support the ongoing development of Laravel.io →

routing order?

I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...

0 Likes
5 Replies
Solved

Any one in forum can solve my problem????????????

MY main problem is, i set the table in user model and also in auth.php in config but still its sho...

0 Likes
3 Replies

What does config app.url actually do?

I've noticed that almost everything Laravel does, uses host domain, rather than what's defined in ap...

0 Likes
2 Replies

Auth attempt always return false

Hi Guys, I'm having some headache trying to solve this problem. In my table seeder, I create this us...

0 Likes
5 Replies
Solved

Problem with deploying laravel on a web server

Hi! I have a problem with deploying my app from localhost to web server. I'am getting the following...

0 Likes
2 Replies
posted 11 years ago

Caching under 1 second

$expiresAt = Carbon::now()->addSeconds(20); Cache::put($key, $data, $expiresAt); This doesn't se...

0 Likes
6 Replies
Solved

Query for Google Map

Hi guys, I'm new to Laravel and enjoy to play with it. But I stuck almost 2 hours on using query bui...

0 Likes
2 Replies
Solved
posted 11 years ago

Keeping track on events

Hi, guys, I am trying to implement event driven design for my apps. The problem I bumped in is how t...

0 Likes
0 Replies
posted 11 years ago

Markdown preview under textarea

It would be awesome if this forum had live preview of markdown when you are creating a thread - just...

0 Likes
0 Replies

Setting the DocRoot

I am wanting to host multiple laravel projects as subfolders within a domain, so for one project the...

0 Likes
1 Replies

Controlling and managing access levels to all routes

I am in the planning stage of an app that will require fine control of permissions. What I mean is,...

0 Likes
4 Replies
Solved

how can i run complex raw sql query in laravel

i have some little complex sql query ,i want run in laravel ,i do like that \DB::connection('models'...

0 Likes
4 Replies

eloquent::save() behavior proposals

Perhaps this should go into github, but I will let it know here first to hear your opinion. Given th...

0 Likes
0 Replies
posted 11 years ago

Laravel Api Site Problem

In the Laravel Api ,When I type a search query ,the ajax results just pop up , but when I select one...

0 Likes
0 Replies

Deployment to host

Hey guys, I have been working with Laravel for a couple months now, getting a good grasp of the fram...

0 Likes
10 Replies
Solved
posted 11 years ago

Newbie: Quickstart Does Not Work

Hi - pretty discouraged really. I am about 10mins into Laravel and the Quickstart tutorial fails. ht...

0 Likes
2 Replies
Solved
posted 11 years ago

Installation with Composer does not go to Htdocs

Hi - I'm a Total newbie to composer and L4. I ran composer as per the instructions expecting L4 to b...

0 Likes
2 Replies

Caching a complex DB::select(...) query

Hi, I am trying to implement some basic database caching but I am running into some difficulties. I...

0 Likes
1 Replies

Where to place the logic to work with models?

Hello! Where, in your opinion, is better positioned to work with logic models. Working with models i...

0 Likes
3 Replies
Solved

route issue

I am using a restful controller like so: Route::resource('objectives', 'ObjectiveController'); but I...

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