I'm having some issues with testing. I have the testLoginStart method in the unit test here: https:/...
So i tried using multiple conditionals on my join but laravel assumes that on join i will be compari...
Hey guys, I'd like to inject controller and action names automatically to the returned view to add b...
I'm using Vagrant and Homestead for the my local development work. One thing I'm really trying to fi...
Hey guys, How can i optimize this? I dont know how to explain well from dutch to english. With the f...
If we are doing authorization in the FormRequest is there a way to pass the model to the controller...
I'm truing to vagrant up but issuing troubles. default: SSH address: 127.0.0.1:2222 default:...
I have a model: class Parent extends Eloquent { public function child() { return $this->has...
How do you redirect to an action while appending a query string? Right now Im doing something like t...
Which one of these two calls is the prefered way to retrieve guests checked-in at a hotel? $guests =...
Hello, I am having some issues with a form I am trying to create. The form consists of collecting ge...
Hi all, I get posts with the query below in pagination: $posts = Post::all->paginate(30); I want...
Hi, I need to create a new website for our company and I am not sure about the CMS/System. At first...
Hi, I'm a bit new to Laravel so excuse my ignorance... I'm integrating Laravel into an existing site...
Hi Guys, I'm quite new to laravel and I'm trying to work out how to turn a database table into a HTM...
Why is this good idea? As i see it gets quickly pretty rough when you have 100+ models to work with....
There seems to be many different ways to link across pages. <a href="{{ route('users.index') }}"&...
I have three models: User: public function projects() { return $this->hasMany('StoredFile', '...
Hi, This question might be less laravel but more sql heavy. Please bear with me for a moment. I have...
when i tried with File::makeDirectory('foo/any',0775,true); , it is successfully creating folder but...
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