Skip to content

rpalladino/notejam-laravel

Repository files navigation

Codeship Status

Notejam: Laravel

Notejam application implemented using Laravel framework.

Laravel version: 5.3

Installation and launching

Clone

Clone the repo:

$ git clone git@github.com:komarserjio/notejam.git YOUR_PROJECT_DIR/

Install

Install composer:

$ cd YOUR_PROJECT_DIR/laravel/notejam/
$ curl -s https://getcomposer.org/installer | php

Install dependencies

$ cd YOUR_PROJECT_DIR/laravel/notejam/
$ php composer.phar install

Create database schema

$ cd YOUR_PROJECT_DIR/laravel/notejam/
$ touch app/database/notejam.db
$ php artisan migrate

Launch

Start laravel web server:

$ cd YOUR_PROJECT_DIR/laravel/notejam/
$ php artisan serve

Go to http://localhost:8000/ in your browser.

Run tests

Run functional and unit tests:

$ cd YOUR_PROJECT_DIR/laravel/notejam/
$ php vendor/bin/phpunit

Contribution

Do you have php/laravel experience? Help the app to follow php and laravel best practices.

Please send your pull requests in the master branch. Always prepend your commits with framework name:

Laravel: Implemented sign in functionality

Read contribution guide for details.

About

Notejam application implemented using Laravel 5.3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages