davzie / laravel-bootstrap

[DEPRECATED] A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind
Other
558 stars 171 forks source link

How to Run #16

Closed duycanh closed 10 years ago

duycanh commented 10 years ago

I am very interested in this project, it is very good, but you can help me how to run your source, i don't see file index in folder public ?

davzie commented 10 years ago

Hi There,

This is a composer package. You will need to have Laravel 4.1 installed already and then include this line in your composer.json file:

https://packagist.org/packages/davzie/laravel-bootstrap

Cheers :)

Dave