When sending mail from laravel Mail, the 'from' address is using the smtp username, rather than the...
I ran a vagrant update as prompted yesterday and all my databases have been nixed. Where inside the...
Hello, I have a directory that has an unknown number of blade files inside it, I wish to include eve...
Use Case When the facade resolves a class (with the help of a service provider) whose properties are...
Hi friends, I am trying to change the User model in laravel, but after changing it and get the resul...
Hello! I have a simple action: public function redirect() { return redirect('/'); } And simple...
We've got two applications deployed via forge, and we had this issue in the past, but it magically r...
I created the website and it worked on the local environment well. But when I put all the files into...
Hi all, I am developing a web-app in Laravel. I need to integrate CC Avenue payment gateway with my...
Hi! How can i remove registration logic after scaffold with php artisan make:auth command? Thanks
Hi all i have an issues with laravel blade template, i have a contact form: Like <div class="...
How to save dynamical fields to database the problem is i don't know the names of fields we have m...
I've got the next error with my project after migrating to laravel 5. FatalErrorException in Databas...
So, I've got a project that I've been working with since the L3 days and as it has grown in features...
Error: 'The Response content must be a string or object implementing __toString(), "boolean&quo...
Hi When I close the tab of my site without logging out and I open it again, it tries to get this url...
Hi, I have a very weird issue with Laravel 5.1. My app has a Task Scheduling (https://laravel.com/do...
Hi, I'm trying to save records to my DB that have Chinese characters in them, but they're showing up...
I have two models, Client and Attachment, the relation is one to many since a client can have many a...
Hi, this is my update function for my Keyword model. I know that it is terrible and I would want to...
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