I have a seed file app/database/seeds/StoryContentsCollectionSeeder.php that contains the following...
Using $posts = Post::find($id)->comments()->get(); i can get children of single using $posts...
Hello Community... New guy here working on private project that is far simpler that my work scenario...
Is there a way to make a command like php artisan migrate:install --database['mysql_bis'] asks for c...
What is the better way to include HTML package? "require": { "illuminate/html&quo...
Hi, I want to extend the command bus, just say I want to add a new function "Send($aggregate_id...
I am trying to join two tables so that I can get the article name and slug, with only one query as I...
I know that I can use the below to eager load relationships, but how do I add "shortcuts"...
I am providing an example there are two tables paper and question in paper table {id, name} in quest...
I'm creating a relationship between a User model and Post model. I created the relationship as foll...
I am following a guide, where they have all routes set in the routes.php file and I am attempting to...
How can I get the current model record id to be used in public function rules() {} The rules are in...
Hi Guys! As the title, I have an Array varible named is $commonConfig, and I want use it in all Cont...
Hi, i've a site that manage articles. So i've an ArticlesController and a /resource/view/articles di...
Hi friends. Can you tell me how to know from which server/site I get curl request? The story is some...
I'm a little bit confused with the method of using .env files for setting environment variables. Upo...
looking for Contributors website: http://www.laraveltherightway.com/ repo: https://github.com/larave...
Hi, This .env "file" (not files... I'll get to that later), though a good step, lacks some...
I noticed in laravel 4 documentation there is a way to register a call back for after the processing...
I am looking to implement Social Authentication using Facebook,Twitter,Google with Normal Authentica...
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