Hello, I created a multi-step forms, I don't want to store data on every stem to database, because i...
Hi, I am very new to Larvel. I have been doing development in CI. My question is that we used to def...
controller public function index() { $meetingData = Newsnotice::news(); $meetingData=json_decode(jso...
When I type in php artisan serve --host test.com I got this error [Wed Jan 14 12:54:12 2015] Failed...
My form: {{ Form::checkbox('portfolio', 0, false) }} By default checkbox is unchecked. In controlle...
My code is like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRe...
Hello everyone, I can't change my user password, but other field. i dont know why, plz help me . wha...
When I use variables in $rules and in $validator the code doesn`t work. Where is my mistake? $sumaRa...
I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...
I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...
Hey, How can I pass an array variable to the Laravel Controller using GET method? My route is define...
Hi there, Does anyone know how I can modify the data a form request object contains before it is use...
I'm making an administrator section where the admin can change Users passwords. I am able to Create...
My site has a feature that allows users to create posts (like Facebook). I have a form with a "...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...
My controller code is like this : public function store(CreateUserRequest $request) { $input = $...
My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...
Just wondering what is the best way to validate a single field. Situation is laravel is the backend...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community