Is it possible to inject PHP into a blade? A lot of my pages are the same, except for the controller...
I've got three tables, dates, and composite dates (and a pivot table). A date can be in many composi...
My app allows users to dynamically add input fields in a form via some simple javascript. I construc...
Hi, I've just tried to follow the instructions for using these, but can't get it to work. The instru...
You possibly could force your project into Laravel, but it would probably be better to redesign it t...
I had copied/edited the .env file, and placed all the same credentials as my L4 app which still work...
I was really hoping to push a closure into the blade, but I suspect that the PHP in a blade is only...
%7B and %7D are the URL encodings for { and }. I suspect you haven't written the entry in your route...
The Laravel portal for problem solving, knowledge sharing and community building.