Support the ongoing development of Laravel.io →

select posts order by most viewed

I'm a new user of laravel and for study teh framework I create a blog. I want to have an option to o...

0 Likes
5 Replies
Solved

Laravel- 5 throws error when uploaded to live server

when i uploaded laravel 5 project to server at somedomain.com/demo,i got error like this Warning: re...

0 Likes
1 Replies

Laravel not recognized after .htaccess changes

Here is the baffling sequence of events that just transpired. I have a working Laravel installatio...

0 Likes
3 Replies

Routing not working for Base URL production

Route not working: Route::get('/', 'Client\WelcomeController@index'); But when i edit it like, it w...

0 Likes
1 Replies
posted 10 years ago

installing PhpExcel in Laravel 5, (namespacing/autoloading issues)

In Laravel 4 I could easily install PhpExcel by putting "phpoffice/phpexcel": "dev-ma...

0 Likes
2 Replies

getting results from db table charset utf-8

Hi, when retrieving data from a db table, results are not being decoded as utf-8 for example, I have...

0 Likes
9 Replies

How to get records from a table using records from other table as keys?

I have 3 tables: stores, settingkeys and settings. The 'stores' table stores the store names (and ot...

0 Likes
1 Replies
Solved

How to paginate this complex database query

$search = DB::select('SELECT * FROM (SELECT * FROM product WHERE MATCH...

0 Likes
1 Replies

Add condition to logging in

So I want to add a new condition for registered users to be allowed to login. In the database, there...

0 Likes
4 Replies
Solved

Unalbe to Get From Value Printed

I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...

0 Likes
13 Replies
Solved

Relationships return recursion

Hello. I have 3 models and controllers: images -projects -categories And in ProjectControllers I h...

0 Likes
0 Replies

Tutorials - How to Build Real-Time Laravel Apps with Pusher

I recently ran a workshop at Laracon EU walking through how to add real-time features to Laravel app...

0 Likes
0 Replies

Validation fails on email address check when updating user (but not changing email)

I'm currently adding a user class to my personal laravel site and am working on the update functiona...

0 Likes
1 Replies

how to load jquery to all my form

i have layout.blade.php, in there have included jquery plugin <!DOCTYPE html> <html lang="e...

0 Likes
1 Replies

Reference Case Stories

Hi! I really would like som reference case studies/stories. My employee needs som proof that Laravel...

0 Likes
2 Replies

laravel reflection exception.. class not found.

Ok I have a FormRequest class in app\Http\Requests i have namespaced it correctly and am using it in...

0 Likes
1 Replies

mail send with attachment

I cannot setup mail function to work with attachment. when I add this part of code then I have Error...

0 Likes
1 Replies
Solved
posted 9 years ago

Retrieve data from one table and order by related table column using eloquent

I have two models, Category and Transaction. The table structures are like this.. Categories: id,cat...

0 Likes
0 Replies

pagination is not working in my Laravel 5

Hello in official help here http://laravel.com/docs/5.0/pagination stated that it is possible to...

0 Likes
7 Replies
posted 9 years ago

Dependency injection with Job Laravel 5.1

I have a simply Project repo with a Project interface. I use this in my controllers just fine. Howev...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.