Hi I've created a new site using Laravel. https://seek.estate It's a real estate website aimed at gi...
I'm using Laravel queue system for the first time and I have some questions about the architecture :...
I've created ServiceProvider and I'd like to use MoFileLoader from Symfony Component. This class is...
I have 2 table: users id, username, email, profile_image user_images id, user_id, file a user prof...
I have a cascade of packages. Package A requires Laravel 4.1.29. Package B requires Package A. Packa...
Hi guys, I am using laravel forge and it's awesome. However i ran into one problem. I created a serv...
I have User and Post model. And my question is where to put method's like getAllMyCommentedPosts() o...
How do you handle user images and profile pic? I have a table oft user images each row is an image a...
Hi, I'm new here. Trying to create a package with controllers in it. My package is created, route is...
A little overview of attributes package in platform https://vimeo.com/97276329
I have gained fundamental knowledge concerning Laravel and then I have created simple app called Wor...
Needing to redeclare the configuration settings when sending just one particular mail in the app. Wo...
Is it possible to acces controller methods from View ?
I have a model like this: namespace Models; use Eloquent; class Sites extends Eloquent { public...
#What is Laravel Single table inheritance? Laravel Single table inheritance is a Laravel4 package to...
Hello, I am making a community site for pet lovers and I am facing a design question. Lets say I hav...
I'm looking into using the built in support of Redis in Laravel for a notification system. I'm tryin...
What I'm trying to do is use accessors / mutators in the custom pivot class I've created, but I'm ei...
Whilst looking through the changes in 4.2, I noticed this bit of it, and am quite interested by what...
I'm working on a personal project and using it to learn better design patterns, specifically the rep...
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