Support the ongoing development of Laravel.io →

johnvic

Joined 2 Apr 2014

Statistics

Threads 1
Replies 33
Solutions 7
Articles 0

Laravel XML-RPC

Has someone implemented xml-rpc in laravel?

0 Likes
4 Replies
replied 9 years ago

Login with email or mobile number.

I was doing it like this: $field = filter_var(Input::get('elementname'), FILTER_VALIDATE_EMAIL) ? 'e...

0 Likes
replied 9 years ago

How to add fancybox in laravel 4.2.7

You just need to include the necessary css and js files for fancybox and use the classes.

0 Likes
replied 9 years ago

Get IP Client Laravel 4

I personally use this code block, $request = Request::instance(); $request->setTrustedProxies(arr...

0 Likes
replied 9 years ago

Bizarre behavior of pagination

print_r($paginator->links()); to print_r($Prontuarios->links()); Or in your view file {{$Pron...

0 Likes
replied 9 years ago

Laravel 4 paginate on GET request

Please read the docs..Its in there.. http://laravel.com/docs/pagination#appending-to-pagination-link...

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.

© 2024 Laravel.io - All rights reserved.