Hi everyone, I'm dealing with this for a long and I really can't find a solution, I'm creating a RES...
Hello, I am using Dingo APIs package. I have created a resource controller and validate the form wit...
I want to set a slug for a user that I am saving. Should I use events? I tried this way whitout succ...
Since running 'composer update' to go from Laravel 5.0 to 5.1 I'm getting useless info when my app t...
it's my form code for password.. {!! Form::open(['url'=>'c_adduser']) !!} ... <div class="...
<textarea rows="4", cols="54" id="keterangan" name="keterangan...
I am trying to do a basic "contact us" page with a message text area that allows for regul...
I'm trying to check if my request has a set of input (using or ) but I can't figure out if the metho...
Noob question here. Is their a way I can reuse a $var??? example.. public function funcA(){ $var...
I have four input field Location, lat, lng and formated_address when i click on button URL should be...
How could I validate ipa files in laravel 5.2?
Why Laravel 5.3 output differents result? It's bugged on online request. Thank you Controller: funct...
Hey guys, I am fairly new to the Laravel framework. Currently in my blade I have a few fields that u...
Hi How i can implement events and broadcast (like notifications for example) in a FREE way? Pusher i...
As the title says, where should user-uploaded images be saved? The public folder, resources folder,...
I've been 5 hours on this :( Cant find what is the error : ErrorException in ContestController.php...
Hi guys, im trying to include a set of data points from a remote file (on a local machine). In my ma...
I've the Laravel auth's login and registration from in same page like the below image. If i try to l...