kayrules / laravel-starter by kayrules

The Laravel 4.2 Starter CMS Template with Bootstrap.
82
0
2
Package Data
Maintainer Username: kayrules
Maintainer Contact: me@kayrules.com (Mohd Khairulnizam Md Dahari)
Package Create Date: 2015-04-20
Package Last Update: 2015-04-21
Home Page:
Language: JavaScript
License: MIT
Last Refreshed: 2024-03-25 03:02:30
Package Statistics
Total Downloads: 82
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 3
Total Open Issues: 0

Laravel 4.2 Starter CMS Template

##Installation

###1. Install via composer

You can use composer create-project to install without downloading zip or cloning this repo.

$ composer create-project kayrules/laravel-starter your-project-name

###2. Manual Install

Alternatively, you can manually install by cloning this repo or download the zip file from this repo, and run composer install.

$ git clone https://github.com/kayrules/laravel-starter.git .
$ composer install

##Configuration

###1. Setup Permission

After composer finished install the dependencies, it should automatically change the storage folder permission to 777. Just incase if it's not did as expected, you need to manually change it recursively as command below.

$ chmod -R 777 app/storage/

###2. Database Config

Before run the migration command, you need to create a new database for this project and update the login information under app/config/database.php

###3. Initial Migration

$ php artisan migrate --package=cartalyst/sentry
$ php artisan db:seed

##Demo

###* URL

For public access:

http://dev.kayrules.com/laravel-starter/

Administrator Access:

http://dev.kayrules.com/laravel-starter/admin
- Username: admin@localhost
- Password: 1q2w3e4r