I'm a new user of laravel and for study teh framework I create a blog. I want to have an option to o...
when i uploaded laravel 5 project to server at somedomain.com/demo,i got error like this Warning: re...
Here is the baffling sequence of events that just transpired. I have a working Laravel installatio...
Route not working: Route::get('/', 'Client\WelcomeController@index'); But when i edit it like, it w...
In Laravel 4 I could easily install PhpExcel by putting "phpoffice/phpexcel": "dev-ma...
Hi, when retrieving data from a db table, results are not being decoded as utf-8 for example, I have...
I have 3 tables: stores, settingkeys and settings. The 'stores' table stores the store names (and ot...
$search = DB::select('SELECT * FROM (SELECT * FROM product WHERE MATCH...
So I want to add a new condition for registered users to be allowed to login. In the database, there...
I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...
Hello. I have 3 models and controllers: images -projects -categories And in ProjectControllers I h...
I recently ran a workshop at Laracon EU walking through how to add real-time features to Laravel app...
I'm currently adding a user class to my personal laravel site and am working on the update functiona...
i have layout.blade.php, in there have included jquery plugin <!DOCTYPE html> <html lang="e...
Hi! I really would like som reference case studies/stories. My employee needs som proof that Laravel...
Ok I have a FormRequest class in app\Http\Requests i have namespaced it correctly and am using it in...
I cannot setup mail function to work with attachment. when I add this part of code then I have Error...
I have two models, Category and Transaction. The table structures are like this.. Categories: id,cat...
Hello in official help here http://laravel.com/docs/5.0/pagination stated that it is possible to...
I have a simply Project repo with a Project interface. I use this in my controllers just fine. Howev...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community