Hi guys how is it going? I wanna achieve a google like output for specific websites, but i dont know...
how to autoload repositories, models, controllers without using namespace in laravel 5, as we use w...
Hi, in my database i have a column "extra_data" which i have to fill after a form submit....
$owner = Owner::with('cars.carParts')->where('id', "=", $ownerID)->first(); $owner-...
Hello guys, I have a problem with relationships...I set everything up but my relationship returns NU...
@foreach ($questions as $question) <div class="form-group">...
Hello. I'm sorry about this post because I will say some complaints about docs. Some time a go, I wa...
I am using this code to seed my table from a csv file, the table was created with migration and has...
How can I use globals in methods? I know that in views we can type for instance {{url}} and url of w...
I am following laracasts tutorial and I'm at the video where he is future dating articles. but it's...
Hello, I am trying to open a project that was originally created using homestead, while I am not usi...
Things like Request, findOrFail, and latest when I try to click them give me a No declaration to got...
I'm trying to use Auth::login() to log users into my application. I'm using ADLdap to first authenti...
I feel like this might be a stupid question, and one that shouldn't allude me. I've done some searc...
{!! Html::image('images/penguins.svg', 'Very powerful SEO penguins',['class' => 'penguins']) !!}...
I'm at the 11th video in Laracasts and all of a sudden my app starts acting up. The published_at col...
Hello Guys. How i can set same header for all controller's actions response ? I have an AJAX control...
Hi guys. I have 3 tables. user, theme and theme_user. Its because I need a many to many relationship...
Hi all, i need to create a drag and drop sorting with jQuery Ajax. Once i drop an element, i do an a...
Hi guys does Laravel have built-in solution for preventing dogpile effect with memcached? Thank you...
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