Gary Stanton
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 10
-
-
Gary Stanton created a post, Complaining about angular functions
Am getting a notification for missing import statement -- see angular.forEach line This works on other projects so not sure what I could be missing. -
Gary Stanton created a post, Symfony Vagrant and Vendor outside of shared
I'm setting up a dev env. with Symfony on Vagrant in PHPStorm. To speed it up I have moved the composer files outside of the shared directory -- helps a lot, but I can't get my autocomplete to work... -
Gary Stanton created a post, templateUrl auto complete
I'm can't seem to get my tempateUrls to autocomplete in my Angular app. It's running inside of a Symfony structure, so the partials live in /web/app-name/partials and I am calling them in the direc... -
Gary Stanton commented, -
Gary Stanton created a post, phpstorm 9 and remote debugging
Are there any new config settings needed for v9 for remote debugging? Everything working perfectly on v8.I'm using the easy xdebug chrome extension. When I load a page, the browser spins like it's ... -
Gary Stanton created a post, Karma Test Runner Options
PHPUnit lets you setup the scope which makes it really easy to make different test suites within the IDE(directory, file, etc).Is there a way to do this with Karma option? The only way I can make t... -
Gary Stanton created a post, Is there a way to avoid 'weak route' warning in Twig templates
I'm using phpstorm for a Symfony project. I get a message 'weak route' when I define a path like this inside a TWIG template:<li><a href="{{ path('fos_user_change_password') }}">Change password</a>... -
-
Gary Stanton created a post, Deployment Options greyed out - Project files not loading from remote
I just created a brand new Symfony project on an Ubuntu server in VMWare Player. I downloaded them with Filezilla to my drive. I then created new project from local, with no server in PHPStorm. (I ...