laravel namespaces/auto-complete on cloud9 or other ide?
is someone able to use an IDE which does provide namespace and auto-complete for laravel? i have a vps on digital ocean and i program directly on my droplet.
i tested different things, like cloud 9 for example.
But why code on the droplet directly? Using homestead might be a better option imho. If you also use that droplet as your production machine a mistake could take your website down...
well i didnt want it to be on my local machine yet. since were still building the basic of the website.. and for some reason i have something against installing all that virtual middleware layers on my laptop...
is php storm the only option? does it supports all of laravel namsspaces?
You can use Nitrous.io which is similiar to cloud9 in that it is a cloud IDE/VM that you can use. You can get a free box setup really quickly and I've tested it and it works pretty well for Laravel projects. It has composer etc already preinstalled if you create a PHP box.
The real benefit though is that they have software called "Nitrous Desktop" that allows you to sync a local copy of your code on your machine with the files on your vm on nitrous.io. This allows you to use PHPStorm or any IDE that you want and you don't have to install everything locally on your machine. It is pretty convenient overall and I would suggest it as a viable alternative to installing homestead and doing all that on your local machine.