kayrules / laravel5-starter
The Laravel 5 Starter CMS Template with Bootstrap.
Installs: 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 2
Open Issues: 1
Language:JavaScript
Type:project
Requires
- php: >=5.5.9
- barryvdh/laravel-debugbar: ^2.0
- laravel/framework: 5.1.*
- laravelcollective/html: ^5.1
- teepluss/theme: dev-master
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-11-18 05:03:03 UTC
README
##Installation
###1. Install via composer
You can use composer create-project to install without downloading zip or cloning this repo.
$ composer create-project kayrules/laravel5-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/laravel5-starter.git .
$ composer install
##Configuration
###1. Setup Permission
After composer finished install the dependencies, it should automatically change the storage and cache folders 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 storage/
$ chmod -R 777 bootstrap/cache/
###2. Database Config
Before run the migration command, you need to create a new database for this project and update the login information under config/database.php
###3. Initial Migration
$ php artisan migrate
$ php artisan db:seed
##Demo
###* URL
For public access:
http://dev.kayrules.com/laravel5-starter/
Administrator Access:
http://dev.kayrules.com/laravel5-starter/admin
- Username: admin@domain.com
- Password: 1q2w3e4r