chintanbanugaria / 92five

Self hosted project management application
Other
1.15k stars 207 forks source link

fresh install issue #32

Open csk007 opened 10 years ago

csk007 commented 10 years ago

1) downloaded the zip file and extracted in www folder 2) visited the url http://localhost/92five/installl set debug => true (app/config/app.php)

Class 'Symfony\Component\Routing\RouteCollection' not found

open: C:\wamp\www\92five\vendor\laravel\framework\src\Illuminate\Routing\Router.php - line121 * @param \Illuminate\Container\Container $container * @return void */ public function __construct(Container $container = null) { $this->container = $container;

$this->routes = new RouteCollection; <<<<<<<
    $this->bind('_missing', function($v) { return explode('/', $v); });
chintanbanugaria commented 10 years ago

I would suggest you to do a "composer dump-autolod" from the command prompt. Let me know if you want the steps to do the same.

csk007 commented 10 years ago

i dont see any composer.json file in the root folder of the project either u need to put composer.json or i belive u need to checkin all the other dependency files

chintanbanugaria commented 10 years ago

composer.json file added to the repo.

vkbansal commented 9 years ago

After adding composer.json, why do you still commit vendors dir?