2017 © Pedro Peláez
 

project tunggorono

Base application based on Laravel 5 to ease our job.

image

nuwira/tunggorono

Base application based on Laravel 5 to ease our job.

  • Friday, August 21, 2015
  • by matriphe
  • Repository
  • 8 Watchers
  • 0 Stars
  • 9 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Tunggorono

Build Status, (*1)

Base application based on Laravel 5.1 (LTS) to ease our job., (*2)

Installation

Composer

Run this command from path/where/to/install., (*3)

composer create-project nuwira/tunggorono path/where/to/install --prefer-dist --dev

Or you can clone this repository and then composer install from the path., (*4)

Set Environment

Copy .env.example file to .env and then edit the .env file, fill the database section., (*5)

APP_ENV=local
APP_DEBUG=true
APP_KEY=rKgGw2WsrWMAeO2fCJ7nUssERmp61uYW

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

CACHE_DRIVER=file
SESSION_DRIVER=file

Assets Management

For assets, please install NPM and Bower. From root directory, run this command., (*6)

Install NPM

Bower need NPM to run, so install the NPM requirements., (*7)

npm install

Using Bower

Install assets components using Bower:, (*8)

bower install

It will install Bootstrap, jQuery, and Font-Awesome to bower_components directory., (*9)

For configuration, check bower.json file., (*10)

Using Elixir

To compiled these assets, we use Gulp. Run the compilation using this command., (*11)

gulp

The assets will be placed in public/css for CSS, public/js for JS, and public/fonts for fonts. Elixir will generate public/build that will be used for assets versioning., (*12)

For configuration, check gulp.js file., (*13)

Database Migration

Do migration to build the base data structure., (*14)

php artisan migrate --seed

Login

Now you can login using this account., (*15)

Username: nuwira
Password: nuwira

License

The Laravel framework is open-sourced software licensed under the MIT license, (*16)

The Versions

21/08 2015

dev-master

9999999-dev

Base application based on Laravel 5 to ease our job.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework tunggorono

21/08 2015

dev-matriphe

dev-matriphe

Base application based on Laravel 5 to ease our job.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework tunggorono

10/07 2015

dev-adhi

dev-adhi

Base application based on Laravel 5 to ease our job.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework tunggorono

24/03 2015

1.1

1.1.0.0

Base application based on Laravel 5 to ease our job.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework tunggorono

24/03 2015

1.1.1

1.1.1.0

Base application based on Laravel 5 to ease our job.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework tunggorono

11/03 2015

1.0

1.0.0.0

Base application based on Laravel 5 to ease our job.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework tunggorono