Tayyab Hussain
Results
2
issues of
Tayyab Hussain
- Laravel Version: 5.1 - PHP Version: 5.6 - Database Driver & Version: ### Description: Whenever I add translations in lang files via langman, Langman does not write into files...
How can I assign an id to a table. I am creating a table like `return view('admin.booking.list', [ 'table' => \App::make('table')->create($this->getBookingManager()->getAllByAdmin()) ]);`
enhancement