Hi guys! I'm currently trying to implement something like this but with laravel- Excel: link Excel:...
I'm trying to make an uploader for images, however, my request never detects an image. This is my co...
Laravel Version: 5.3.28 PHP Version: 5.6.25 Database Driver & Version: Description: Hi, i have...
I am trying to insert 1000's of dummy records over numerous seeding artisan commands. But I am stuck...
Hi. how can i input mutliple data from form into database using laravel 5.3 my code for form is be...
Hello Everyone, I am new to laravel Framework.I am looking for Baisc CRUD application or any best re...
I want to create 1000's of dummy users, but also correct relations. Example would be create a User w...
JSON object send by angularJS by Post Method {"Accession_No":3,"Title":"dem...
I am creating a little blog CMS as a sort of first Laravel App project, and am trying to implement f...
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...