Would it be advisable, if i am doing authentication in a middleware and adding some data to the \Ill...
I am using Laravel 5 along with homestead 2. I was getting a PDO driver exception, which was driving...
Hi guys, I read the documents and I looked up on Google and I can't seem to find an answer for what...
I am trying to add symfony app to homstead in order to use it in the backend and laravel in the fron...
Hi everyone! I started with Laravel 5 following the Blog example from Laracasts (Laravel 5 Fundament...
I am quite confused about when, where and how I should be writing this query.. This is my array from...
Hello everyone! I have a PHP script that can take a few minutes to be done. It's some search engine...
Hello, I'm new with Laravel and im'trying to use as best as I can, but I'm having trouble getting...
Am developing application using laravel 4.2 and one doubt for how to integrate payment gateway in la...
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...
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