2017 © Pedro Peláez
 

project laravel-starter

The Laravel 4.2 Starter CMS Template with Bootstrap.

image

kayrules/laravel-starter

The Laravel 4.2 Starter CMS Template with Bootstrap.

  • Tuesday, April 21, 2015
  • by kayrules
  • Repository
  • 1 Watchers
  • 0 Stars
  • 73 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

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., (*1)

$ 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., (*2)

$ 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., (*3)

$ 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, (*4)

###3. Initial Migration

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

Demo

###* URL

For public access:, (*5)

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

Administrator Access:, (*6)

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

The Versions

21/04 2015

dev-master

9999999-dev

The Laravel 4.2 Starter CMS Template with Bootstrap.

  Sources   Download

MIT

The Requires

 

laravel framework bootstrap cms theme starter

21/04 2015

0.1.0

0.1.0.0

The Laravel 4.2 Starter CMS Template with Bootstrap.

  Sources   Download

MIT

The Requires

 

laravel framework bootstrap cms theme starter

21/04 2015

0.0.2

0.0.2.0

The Laravel 4.2 Starter CMS Template with Bootstrap.

  Sources   Download

MIT

The Requires

 

laravel framework bootstrap cms theme starter

21/04 2015

0.0.1

0.0.1.0

The Laravel 4.2 Starter CMS Template with Bootstrap.

  Sources   Download

MIT

The Requires

 

laravel framework bootstrap cms theme starter