Skip to content

A full-featured starter project built with Laravel 5 and Bootstrap 3

License

Notifications You must be signed in to change notification settings

gitter-badger/petrie

 
 

Repository files navigation

Petrie

Build Status StyleCI Scrutinizer Code Quality

Petrie is a purposely designed framework by @_nathanburgess to enable developers to quickly iterate simple or complex websites.

Version

0.1.3-alpha

Tech

Petrie uses a number of open source projects to work properly:

Installation

Composer:

$ curl -sS https://getcomposer.org/installer | php
$ mv composer.phar /usr/local/bin/composer

NodeJS:

$ sudo apt-get install nodejs

Gulp:

$ npm i -g gulp --save

Now that we have the prerequisites, we can install Petrie

$ git clone https://bitbucket.org/simplyreactive/petrie petrie
$ cd petrie
$ cp .env.example .env
$ php artisan key:generate
$ npm install
$ bower install
$ composer install
$ gulp

The final step is to edit the .env file and adjust the database settings to your own.

Development

Want to make Petrie even better? Awesome!
It's simple enough; just fork the repo and make your change.
When you're done, submit a pull request.

License

MIT

About

A full-featured starter project built with Laravel 5 and Bootstrap 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 38.1%
  • JavaScript 37.0%
  • CSS 24.8%
  • ApacheConf 0.1%