92five icon indicating copy to clipboard operation
92five copied to clipboard

fresh install issue

Open csk007 opened this issue 11 years ago • 4 comments

  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); });

csk007 avatar Aug 27 '14 03:08 csk007

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.

chintanbanugaria avatar Aug 27 '14 04:08 chintanbanugaria

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

csk007 avatar Aug 28 '14 07:08 csk007

composer.json file added to the repo.

chintanbanugaria avatar Aug 28 '14 09:08 chintanbanugaria

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

vkbansal avatar Jan 08 '15 05:01 vkbansal