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()"...
Hey, i have this route Route::get('report/{id?}', array('as' => 'report', function($id = null) {...
I'm developing a package on the workbench. My package need's another package: https://github.com/aws...
We know laravel has an update() method that update records through "put" http method. Ever...
I need to set the session wait_timeout on my MySQL connections, and I'd like to do it lazily (i.e on...
I have an application where multiple accounts use the same database. To specify what row belongs to...
Hi, I am trying to set up the migrations for my table and I can't seem to use $table->tinytext('c...
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