Support the ongoing development of Laravel.io →
nipid

nipid

Joined 12 May 2014

Statistics

Threads 0
Replies 21
Solutions 6
Articles 0

nipid has not posted any threads yet

replied 11 years ago

Using ->pagination() on $q = DB::connection('foo')->select("select * from bar")->pagination(5)

Maybe try this: $query = DB::connection("website")->table("panel_logs")->o...

0 Likes
Solved
replied 11 years ago

Response and intervention image

I'm not sure about this but you can try. $fileType = File::type($pathToImage); $response = Response...

0 Likes
replied 11 years ago

How to Protect GET/POST?

Eloquent automatically prevent SQL Injection so you dont need it. For XSS prevent use e() function w...

0 Likes
replied 11 years ago

how to create a link with data

Its simple just create route with param in url. // routes.php Route::get("/user/{id}", arr...

0 Likes
Solved
replied 11 years ago

how to retrieve data from database using table formatting

Its Json what you posted is used for creating ajax requests so you have to do it with ajax and use j...

0 Likes
Solved

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.