Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 722 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 722 Bytes

Larastrap

This is a non-specialized Laravel base site containing generalized components for faster development of nearly any type of site.

It includes only packages that have application across multiple site purposes and should be useful in the most general terms possible.


Included

  • Laravel 5.1.x
  • Twitter Bootstrap 3.1.1
  • jQuery 2.1.0
  • Font-Awesome 4.0.3
  • HTML5 Shiv 3.7.0

Requirements

Installation

  • Run composer install
composer install
  • Run bower install. Edit .bowerrc if you want to change the assets folder.
bower install