Support the ongoing development of Laravel.io →
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
posted 10 years ago

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 10 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 10 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
posted 10 years ago

RESTful packages

I've been looking at REST packages, something to make building a RESTful API backend quick and easy...

0 Likes
0 Replies
posted 10 years ago

call Model non-statically

I've got this line of code: $project = Project::find($id); I'd like to change it so that the Projec...

0 Likes
1 Replies
posted 10 years ago

Multiple session cookies for same app

Hi there, My app requires that different data is stored in the session for different lengths of time...

0 Likes
0 Replies

Tutorial - How to craft a digital eshop with Laravel 5

Hello, i'm proud to present the release of a new tutorial series on CODETutorial.io . In this tutori...

0 Likes
0 Replies

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.

© 2026 Laravel.io - All rights reserved.