We've got a Laravel 5.4 app on shared hosting with GoDaddy, and today we got an "incident"...
I think laraval no support in this regard, what do you think? I think one of the field validation f...
Hi, I've been searching the web about this and all I see are appending the # to Redirects. How about...
Calling all Coders/Designers or anyone interested in Laravel. LaravelUK are running a Hackathon in F...
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...
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.