sublime-laravelgenerator
sublime-laravelgenerator copied to clipboard
A Sublime Text Plugin which allows using Laravel 4 Generators by Jeffrey Way via the command palette.
Hi, I am using Window with xampp, and sublime text 3. I follow your guild to copy laravelgenerator.sublime-settings file in users/ with path: ``` C:\\xampp\\php\\php.exe ``` every thing work nice,...
I'm trying to start a new Laravel project on a Vagrant VM but this error keeps showing and I think that this is because the mcrypt is not installed on...
I played with it a little and noticed it generated the views but the status_message said failure and sublime didn't open newly generated file. I had not tested it with...
I'm on windows 7 but php is in my path. Using the full path to the executable or to the php directory does not seem to work. Nothing happens and...
If you check out the page it says that it's a ST2 only plugin, but from what I gathered from closed issue's this does work for ST3 (right?) Maybe the...
It's not possible to stop the laravel development server after starting it inside Sublime Text. A command for stopping it would be really great.
An exception occured when running pep8 checker: 'int' object has no attribute 'lineno' Hey, when i use laravelgenerator on st2, i got this error, how i can solve this ?
Running any Laravel command gives the following errors in Sublime's console: ``` Traceback (most recent call last): File ".\generate.py", line 88, in call_artisan File ".\subprocess.py", line 633, in __init__ File...
~~Jeffrey's generator commands work fine with this plugin, however artisan does not. It does say command executed successfully, but nothing happens. I doubt this has something to do with the...