Support the ongoing development of Laravel.io →
johnvic

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 11 years ago

Route Parameters in a Route causing 404 under different instances

Try to put this route, Route::get('/api/v1/{category}/{product?}/{id?}',array('uses' => 'ProductA...

0 Likes
Solved
replied 11 years ago

Extend validator result with own messages

$messages = new Illuminate\Support\MessageBag; $messages->add('Stripe Error', $e->getMessage()...

0 Likes
replied 11 years ago

Route no defined

Route::any('admin/productos/showbynombre', array('uses'=>'Admin_ProductosController@showbynombre'...

0 Likes
replied 11 years ago

an 'AS' in Eloquent?

I have done it like this, ModelName::select('this AS thispart')->where('foo','bar')->get();

0 Likes
replied 11 years ago

Add REST API to existing site

In my case I used this package. https://github.com/dingo/api

0 Likes

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.