hi, I want to import a excel file. So in controller i do : $reader=Excel::load('storage/app/uploads/...
Hello, what is the equivalent of that php line in Jquery ? {{ asset ("/AdminLTE/plugins/fancyBo...
Hi, I have a view with two tables. the first table include a form with all the fields of a row of th...
hi, I try to do a very simple query without success. I have a table "societe" with field p...
I found ! in my controller no change : public function edit($id) { // $data['ban...
I progress... in my controller : public function edit($id) { // $data['banque']=...
hi, I found ! it's not about payss, it's because, you need to use return $this->belongsTo('App\Pa...
with this <?php namespace App\Http\Controllers; use App\Pays; use Illuminate\Http\Request; use...
The Laravel portal for problem solving, knowledge sharing and community building.
The community