In Laravel 5.0 I create a new model "php artisan make:model Product" and laravel's creates...
Hey there, I'm having an issue using relation ships in eloquent. Edit:I'm using Laravel 5.1 I keep h...
Ok, so this might be something really stupid to do, and I'm open to idea's, but is it possible to ch...
When creating a table ("quotations") in a migration I want to set the index start count......
I'm having problems to insert values in tables with integer data type columns using Laravel 5.1 and...
I have this database schemathat can be found here I have users that can be either a Business or a P...
Hello I'm using homestead as a basis and just started to use queues + database driver I've setup sup...
Hi, I have to realize a system for massive invoices generation. I try to use dompdf,fpdf and other p...
I'm looking to see if I can set a different database connection depending if a specific route group...
I have used this generator to create my api. It gives me urls like this.. https://github.com/mitulgo...
Hi, everyone. I am a beginner of Laravel and PHP and developing a simple Laravel website with user r...
Hello, I need to copy a parent model and its children and its children's children. I don't want to d...
Hi, everybody. I have a model named User which contains many groups, to retrieve all students, I can...
I need to get data from 30 random questions with a theme set by User something like: $test = Questio...
Hello I have a tendency to follow the MVC pattern. With laravel im noticing not much of the Model.....
Hello, so, i have the following problem: https://gyazo.com/7bc0b7bb981eb7b49ebc67a4825fe8c6 I have a...
I originally posted this on the Laracast forums but didn't get a response. Then I thought this migh...
Hello Everyone. I am new to laravel 5. I want to know how to implement ACL in laravel 5 using databa...
I have this query: $images = DB::select('call spMultimedia(' . $id . ')'); I need pagination for th...
ok I have posts table and foreach post we have comments. I want to get the last 10 posts with it's c...
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