Support the ongoing development of Laravel.io →
posted 9 years ago
Installation
Last updated 1 year ago.
0

I've succesfully installed a laravel app on gs. It works but...

I have a couple of problems in the configuration of an automated deployment task. I've created a laravel remote command in order to execute a bunch of basic shell commands such as "git pull" and "composer install".

Problems are these:

  • I can't execute composer with scripts cause in my dev environment (and in the git repo) I haven't php-latest so I cannot hardcode it in the composer.json file
  • My app has php 5.4 as a requirement cause I use traits. artisan launch subprocesses with php, not with php-latest so its commands are executed with stable version of php (5.3.27) and not with the latest one (5.5). this cause that composer cannot autoload traits while executing "php artisan dump-autoload"
  • hostname is dynamic, so using it for the environment autodetection does not work. I would like to use environment variables but I think there's no way of setting them up in order to have them available in cli mode. I've done the trick including a php file if present for setting up an env var using putenv. It works but it's a tricky solution that I don't like too much.
  • mysql does not support views/trigger/stored procedures while I was using them...

Any suggestion (last point excluded)?
I'm going mad...

Last updated 1 year ago.
0

First, this link http://laravel.com/laravel.phar does not work. Second, after following these directions, nothing works. I get directory not found errors on all pages. Still stuck trying to figure this out :(

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

iPoul ipoul Joined 11 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.