Greetings, I've got a BaseController with the following code: class BaseController extends Contr...
I know Laravel can route to different web page and refreshes the whole page content. My case is: I h...
Hi, I have a layout which requires a few variables and several controllers that use this layout. The...
Is this a good design? use Acme\Interfaces\AuthenticateInterface as AuthenticateInterface; class Lo...
I'm new to Laravel and I'm using laravel for my latest project. I'm currently confused about where t...
I need to implement a "last seen" timestamp in laravel, so if your authenticated, and make...
Hi, I have made a service for validation but I am not sure how to pass the posted data back to the c...
Note: *For the purpose of this conversation, let's assume that people have already read the docs at...
Hi I have a relatioship between client and phones. Using an array name in the form I managed to save...
Hey folks, I was wondering if someone could give me some pointers. I'm building a larval project and...
So i'm developing an application where parts of the form have data which are meant to populate other...
Hi guys, Is it possible to call a route(something like Route::call('some/route') and catch it's resp...
Hi, I have model timesheetweek which has many (7) timesheetdays. On a view I can dynamicly add sever...
I am interested in how to create that closure-table model?
Hello, I know this question is a little bit vague, but I need to implement the ability to add commen...
Hi guys! I'm building a website for a client where there is a catalogue/e-commerce section and I've...
I have created model so that users can be friends. I have table user_friends where user_id and frien...
I will soon start developing a new application for work in laravel. This application tracks the prod...
I have 2 models in my app, 'User' & 'MedicineType' (each User belongs to one MedicineType). I ma...
#intro Hey Guys, we created a laravel dependency injectorr for Dependency Injection Pattern. github...
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