fresh install issue
- downloaded the zip file and extracted in www folder
- 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); });
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.
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
composer.json file added to the repo.
After adding composer.json, why do you still commit vendors dir?