I'm developing a SAAS application using Laravel. I have one master database and multiple tenant data...
I'm going to start a SAAS model web application and gone through many searches. Finally in my mind h...
Let's assume we have a catalog. We have base Item model and item types model (Car extends Item, Moto...
Hey all, I'm developing a package (1) that requires another package (2) with its own Laravel configu...
I'm passing a model collection ($occurrences) from the controller to the view, and there I convert t...
Hi everyone, What's the simplest way for users of my project to update to the latest version of my p...
I'm trying to use this library https://github.com/thiagoalessio/tesseract-ocr-for-php In laravel , i...
How could I do to get access to the all(), find(), and all Model static functions if I'm using an in...
Hi, I implemented validation as service, as it is described in this book https://leanpub.com/impleme...
Before I know Repository pattern and Service oriented design , I put anything like validation and da...
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
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.