Hi guys, can someone please tell me if Laravel supports raw/plain sql? I cant find it explicitly sta...
Hello. I have a controller for 'users' and some segments under it like user/photos user/comments for...
Hello, Im new whit laravel, and I would to like do this query, in SQL it would be something like thi...
I am using Laravel Commander to use the command bus to handle everything in an app I am building. I...
This is my all code I don't know why my Controller didn't know the constructor http://help.laravel.i...
I post from ajax to a Controller and I do some authentication there. If the authentication fails I s...
Hey there, If I have used psr-4 autoloading e.g. "psr-4": { "Admin\": "app/...
I am in the planning stage of undertaking a database migration where the two databases (one MySQL, o...
Hello, is there a possibility to deploy Laravel app to shared hosting without any custom steps, like...
I am experimenting with using Laravel for a new project and got stuck at the model definition stage....
Hey, Quick question here! I don't really know what are the best practices on that subject, so I'll l...
suppose i have two tables abc and def. i make two models Abc and Def. in Abc table i declare public...
Hello, I am creating a large internal portal for a company with many features. When creating a large...
Hi all! Sorry for my bad english. I want to create this route: /{slug} GET - site.show And oth...
I am building a simple social application in Laravel that will be RWD for mobile devices and later w...
Good night ! Following the instructions from that link: https://github.com/daylerees/autoload-demo B...
Greetings, I've got a BaseController with the following code: class BaseController extends Contr...
Hi, I have a layout which requires a few variables and several controllers that use this layout. The...
Hi, I have made a service for validation but I am not sure how to pass the posted data back to the c...
I have 2 models in my app, 'User' & 'MedicineType' (each User belongs to one MedicineType). I ma...
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.