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...
How can i check if value is passed to the view? for example return View::make('view', array('result'...
I was scanning over the documentation to find out how to use the asset pipeline script to help me be...
Hey, i have this code $auth = User::where('Nome', '=', Input::get('username'))->where('Senha',...
Testing out Forge with Linode, and I'd like to compile my Sass with Gulp after a deployment. I'm fam...
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