I have created multiple modules like admin, sections, programs etc. and i have two separate tables f...
Hi there. I'm a newbies in Laravel framework. I have a problem with namespaces (as I see) . I use a...
Hi i have the following code <?php namespace Backend; use BaseController; use View; use App\Mode...
im new to laravel im getting this notice when i go to the public folder of laravel Notice: Constant...
I authenticate my user only through laravel, so angular does not know about it. But I need to do a $...
Today I was just updating my composer with 'composer update' and now I have the following error: Cla...
Hi, i have this models: [Turn] -> ID -> SpecialityID -> SubSpecialityID -> blabla [Spe...
im new to laravel im getting this notice when i go to the public folder of laravel Notice: Constant...
Hi guys, I currently have a laravel blog, and I want to add a custom commenting system. What would b...
I can't seem to run a test with Mockery that uses $this->action instead of $this->call. I need...
I have incoming data from other trusted 3rd party. Is there any proper way i can handle CSRF? |-----...
Hi guys, I created a commenting system for a blog. Comments belongTo a Post, and they BelongTo a use...
I need to use a relationship multiple times in the same method. I've broken it into multiple queries...
Given this tables, how can I get certain columns? I have tried for two days but I have failed, Someo...
What is I want to do is shortcodes like on WordPress. When I get post content from database I want t...
I have two CSS/JS directories because my site has a dashboard and a site. So I created a /public dir...
Trying to use out of the box laravel pagination in blade template: {{ $pages->links() }} In cont...
How do I escape blade content? I'd like to output @extends('blah.blah') in the output, but not sure...
Hi, I have posts and comments tables. Post and Comment have one-to-many relationship. I have written...
Hello everybody! My question is, where to find any documentation about the "beforeFiler()"...
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