I have model called Reference which can have many child References but only one parent Reference. So...
I'm trying to pass a Laraver token to AngularJS app to make an ajax submit. This operations shows me...
I'm in the process of getting to grips with L4 and I'm having issues with saving/retrieving/updating...
I don't know Laravel or PHP can do like this ? accept data from port TCP or UDP ? eg. accept data fr...
Hey guys, I want all forms in my laravel application to have 'autocomplete' => 'off' by default,...
Hello, I have this form : {{ Form::open(['route' => 'abbonementen.store']) }} {{ F...
Hiii, I used upload file function but , I have error Call to a member function move() on a non-obje...
Can I do both static on dynamic blade? {{ HTML::script('js/fullscreensearch.js'); }} {{ HTML::script...
Hi dear all.. actually i am trying to validate a sign up form in my website and one of the inputs is...
Hello, I try new class FormRequest on an file input. I have this class : <?php namespace App\Http...
Hi All, I have a controller that receives input from a from. My controller handles both the create a...
Hey guys, I just installed the eloquent-sluggable package: https://github.com/cviebrock/eloquent-slu...
How to assign value to a variable from an object? public function func() { $valida...
Hi guys, I want to limit upload filetype on my form::file by accept I try {{ Form::file('file','',ar...
Hello, this is my way to create new User from a form. my question is if there is any other way like...
I have a site that displays home, about, and archives by date OR topic. So my url structure is: myAp...
If I have a route in routes.php that routes to a controller method and there's a variable number of...
I was wondering how can I output the array value of Input::all();
Hello, For my project I need a Multi-step form. What is the best way to make this. Put all the steps...
I've been learning Laravel today and went to dive into creating my first Model and ModelController (...
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