hi every body I'm writing a module manager in laravel for personal cdn and no packagist. every modul...
The problem is absolutely written in the Subject, the problem i'm runing into is that I'm uploading...
Ok, so we have the following two subdomains: https://www.website.com (where every url in the www sub...
Where are issues reported? It seems they removed the issues section from git hub and I don't see an...
While i am working on my first laravel project i stumbled upon an interesting problem: When you are...
Guys, This error shows up after generating a new migration: [ErrorException] file_put_contents(C:\we...
I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...
I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...
I have 3 tables: Topic: id Sub-Topic: id, topic_id Resources: id, subtopic_id Topic has 'hasMany' re...
Localization for the blade template page is fine {{trans('messages.lnk_follow')}} But how to localiz...
After updating to 4.2 using composer update, I have added use SoftDeletingTrait; protected $dates =...
My Controller method is: $topics=Topic::with(array('subtopics'=>function($query){ $query->with...
I have three tables - users, spots, and tags When a user creates a spot (location), they also create...
I understand that out the box Laravel Homestead supports php 5.6 but I really want to make use of ho...
Hello I have this query: $galery = DB::table("galery") ->where("approved"...
How can I take all user post comments? I'm already using morphTo() method between comments and posts...
Hey there, i was just comparing the 4.0 <-> 4.2 behaviour of the Mail-Facade. In the old versi...
What is the best way to add custom field to Auth ? How about if i want to check additional fields so...
I just finished the Laracasts Larabook Series and then I discovered Confide by Zizaco. What I don't...
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