Skip to content

Packages Laravel, Grunt, LESS, jQuery, and Twitter Bootstrap.

Notifications You must be signed in to change notification settings

sjlu/laravel-sunrise

Repository files navigation

Laravel Sunrise

Laravel Sunrise bundles the following packages together to help you get started.

Install

  • You will need a working Laravel environment, Node.js installation and Bower installation.

  • Clone and create an instance of this.

      curl https://raw.github.com/sjlu/laravel-sunrise/master/install.sh | bash -s folder
    
    • You can replace folder with any name you like.
  • Install dependencies.

      curl -sS https://getcomposer.org/installer | php
      php composer.phar install
      npm install
      bower install
    
  • Start compiler to concat your scripts and compile your LESS.

      grunt
    

Deploying

You can easily deploy this to Heroku by reading this guide.

Contribute

Like any good open-source project, fork it, edit it, test it, and send a pull request.

License

Specific licenses are reserved by these packages. Architecture and framework is licensed under the MIT license.

About

Packages Laravel, Grunt, LESS, jQuery, and Twitter Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages