This code: $translation = Translation::where('language_id', 2) ->whereNotNull('data-&...
usually, unit tests create a new database and fill them based on the test, to always have a clean en...
hello, I have an issue with requests loop with what appears to me like a pretty standard feature (bu...
Hello! I'm currently trying to get started with developing using Laravel, and settled on Linode as a...
How to run php artisan queue:work on production server?
Hello. I have problem when I clone my project from github to real server and make: composer install....
I want to create a clone application in laravel, but I am little concerned about the user reactions....
I want to create fake session for dummy user in Test
Hello, I would create a simple menu based on categories which are they creating from database. I hav...
Let's assume a model with one accessor: public function getMyAttributeValue($value) { <my code...
I am currently building an application and I am using UUIDs instead of auto-incrementing IDs. To sim...
I've a project in which the registration middleware is working on localhost using php artisan serve,...
So currently I pull back a date and convert it to a readable format in carbon: </div> <div...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
I'm facing an issue here which I don't think I had before, however I'm not sure what I changed to in...
I'm using laravel 5.5, and tymon/jwt-auth as my jwt service provider. When I'm using the JWTAuth fac...
Hi all, On a Laravel 5.4 project I'm working on I'm facing a strange issue. On my local machine ever...
Hi all, I'm facing that Method getClientOrignalName does not exist error, kindly guide me to solve t...
Hello, I just clean installed Laravel and am getting the following message not just upon install but...
I'm making a webapp where need to display all the products with active price list . I’m struggling...
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