Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Laravel Support in Aptana

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?

like image 691
Akash Avatar asked Jun 26 '12 01:06

Akash


1 Answers

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.

like image 182
Remluben Avatar answered Nov 02 '22 07:11

Remluben