Add Laravel Support in Aptana

Akash picture Akash · Jun 26, 2012 · Viewed 7k times · Source

I wish to add auto-complete with documentation for Laravel in Aptana 3.0

Tough I managed to create auto-complete (just by mapping a few methods in it)

https://github.com/danielboendergaard/laravel-helpers/blob/9798026ede3722d6a9570684e987f7ed81b41013/ide_helper.php

This doesn't seem to be quite effective, how to we add method documentation for it too?

Answer

Remluben picture Remluben · Jun 11, 2013

There are a couple of helpers currently available on Github for Laravel 4. If this is still an issue with Aptana I would suggest using this package: https://github.com/barryvdh/laravel-ide-helper

I use Eclipse, and it really helped me.