Page 1 of 1

How to set up this project?

Posted: Fri Jun 12, 2015 8:39 am
by KraZy
I want to try this project: https://github.com/jedifunk/jbfj-calcio
but I've no experience with composer and laravel framework. So I don't know how to set up this project. I've inserted this project in my web server but can't load vendor/autload.php

any hint?

Re: How to set up this project?

Posted: Fri Jun 12, 2015 10:00 am
by visualtech
It's actually pretty easy.

First, you have to install Composer - the package manager for PHP; get it from here http://getcomposer.org

Now, fire up Terminal or Command Prompt, and switch to your project's directory. Once there, simply execute: composer install

That should do it. It's also a good idea to install the Laravel-CLI. If you have any problem, just PM me! :)

Re: How to set up this project?

Posted: Fri Jun 12, 2015 10:18 am
by KraZy
Okay now working good! Thanks very much wahooo;