I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...
MY main problem is, i set the table in user model and also in auth.php in config but still its sho...
I've noticed that almost everything Laravel does, uses host domain, rather than what's defined in ap...
Hi Guys, I'm having some headache trying to solve this problem. In my table seeder, I create this us...
Hi! I have a problem with deploying my app from localhost to web server. I'am getting the following...
$expiresAt = Carbon::now()->addSeconds(20); Cache::put($key, $data, $expiresAt); This doesn't se...
Hi guys, I'm new to Laravel and enjoy to play with it. But I stuck almost 2 hours on using query bui...
Hi, guys, I am trying to implement event driven design for my apps. The problem I bumped in is how t...
It would be awesome if this forum had live preview of markdown when you are creating a thread - just...
I am wanting to host multiple laravel projects as subfolders within a domain, so for one project the...
I am in the planning stage of an app that will require fine control of permissions. What I mean is,...
i have some little complex sql query ,i want run in laravel ,i do like that \DB::connection('models'...
Perhaps this should go into github, but I will let it know here first to hear your opinion. Given th...
In the Laravel Api ,When I type a search query ,the ajax results just pop up , but when I select one...
Hey guys, I have been working with Laravel for a couple months now, getting a good grasp of the fram...
Hi - pretty discouraged really. I am about 10mins into Laravel and the Quickstart tutorial fails. ht...
Hi - I'm a Total newbie to composer and L4. I ran composer as per the instructions expecting L4 to b...
Hi, I am trying to implement some basic database caching but I am running into some difficulties. I...
Hello! Where, in your opinion, is better positioned to work with logic models. Working with models i...
I am using a restful controller like so: Route::resource('objectives', 'ObjectiveController'); but I...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community