Laravel-Alfred-Extension
Laravel-Alfred-Extension copied to clipboard
it's not working
i followed all the steps to install alfred app and laravel alfred extension.
When I type laravel new firstproject and then press enter, nothing is done.

Hi, sorry to hear you are having issues, everything is fine my end so could you do 2 things for me. firstly run "laravel version" this should tell you the version you are running. Also can you send me the "tmp.txt" file, if you go to alfred prefrences, then right click then press show in finder you will see the "tmp.txt" file there. (my email is [email protected])
Thanks Ashley
Thanks I received your email, and everything still seems fine for me. I am struggling to recreate the problem you are having, have you tried deleting the extension and then downloading a fresh copy and installing it again?
yes 3 times.
when i unchecked silent option i got an error in terminal :"could not open input file: script.php", and when i opened manually the script.php directory terminal and run the: $ RET=(php -f script.php --"version") $ echo $RET i got: PHP 5.4.10.
Thank you.
On Thu, Jan 31, 2013 at 10:52 PM, Ashley Clarke [email protected]:
Thanks I received your email, and everything still seems fine for me. I am struggling to recreate the problem you are having, have you tried deleting the extension and then downloading a fresh copy and installing it again?
— Reply to this email directly or view it on GitHubhttps://github.com/clarkeash/Laravel-Alfred-Extension/issues/5#issuecomment-12965079.
I get the same outputs if ran manually or with "silent" unchecked. So i don't think the problem is there. Do you have safe mode enabled?
I assume nothing is created in your sites directory? And as you are using 5.4 safe mode is gone, so thats not the issue either. Also is curl installed as I am not sure if installed by default on mac?
yes nothing is created in my site directory, and i don't know how to check if the safe mode is enabled or not.
On Fri, Feb 1, 2013 at 12:43 AM, Ashley Clarke [email protected]:
I assume nothing is created in your sites directory? And as you are using 5.4 safe mode is gone, so thats not the issue either.
— Reply to this email directly or view it on GitHubhttps://github.com/clarkeash/Laravel-Alfred-Extension/issues/5#issuecomment-12970477.
Hi everyone, maybe you need to define your Laravel's Directory Location with the Alfred Extension command. Please check that posibility and comment.
Bye -----Original Message----- From: bobflay [email protected] Date: Thu, 31 Jan 2013 15:14:16 To: clarkeash/Laravel-Alfred-ExtensionLaravel-Alfred-Extension@noreply.github.com Reply-To: clarkeash/Laravel-Alfred-Extension [email protected] Subject: Re: [Laravel-Alfred-Extension] it's not working (#5)
yes nothing is created in my site directory, and i don't know how to check if the safe mode is enabled or not.
On Fri, Feb 1, 2013 at 12:43 AM, Ashley Clarke [email protected]:
I assume nothing is created in your sites directory? And as you are using 5.4 safe mode is gone, so thats not the issue either.
— Reply to this email directly or view it on GitHubhttps://github.com/clarkeash/Laravel-Alfred-Extension/issues/5#issuecomment-12970477.
Reply to this email directly or view it on GitHub: https://github.com/clarkeash/Laravel-Alfred-Extension/issues/5#issuecomment-12971809
The directory is set to the sites directory by default
Have you managed to get things working after our last conversation?
i didn't get the time to try :S
On Fri, Feb 8, 2013 at 3:12 AM, Ashley Clarke [email protected]:
Have you managed to get things working after our last conversation?
— Reply to this email directly or view it on GitHubhttps://github.com/clarkeash/Laravel-Alfred-Extension/issues/5#issuecomment-13272100.
You can try this bad solution :
- Copy all files (script.php, info.plist, updater.php, kudos.plist, tmp.txt...) in /Users/yourname/
the same problem :(
On Wed, Feb 13, 2013 at 7:03 PM, Arbaoui-Mehdi [email protected]:
You can try this bad solution :
Copy all files (script.php, info.plist, updater.php, kudos.plist, tmp.txt...) in /Users/yourname/
— Reply to this email directly or view it on GitHubhttps://github.com/clarkeash/Laravel-Alfred-Extension/issues/5#issuecomment-13504783.
1 - Install LARAVEL extension in ALFRED 2 - Copy script.php within /Users/yourname/ 3 - Add folder laravel-extension within /Users/yourname and inside "alfred-extension" copy these files :
- info.plist
- kudos.plist
- tmp.txt
- updater.php
4 - Edit /Users/yourname/script.php and change :
include 'updater.php';
To
include 'alfred-extension/updater.php';
And
$config = json_decode(file_get_contents("tmp.txt"));
To
$config = json_decode(file_get_contents("alfred-extension/tmp.txt"));
Any updates with this? I am sorry I havent been much help.
I am wondering what is happening with this? are there still problems or can I close the issue? Thanks
same problem :(
On Wed, Mar 20, 2013 at 3:28 PM, Ashley Clarke [email protected]:
I am wondering what is happening with this? are there still problems or can I close the issue? Thanks
— Reply to this email directly or view it on GitHubhttps://github.com/clarkeash/Laravel-Alfred-Extension/issues/5#issuecomment-15175509 .
Ok well I am not sure what we can do so it might be best to just wait for v2 which should be out in a month or 2. and see what happens with that, as its being built from scratch with alfred 2.