Package Data | |
---|---|
Maintainer Username: | kayrules |
Maintainer Contact: | me@kayrules.com (Mohd Khairulnizam Md Dahari) |
Package Create Date: | 2015-08-26 |
Package Last Update: | 2015-08-26 |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-10-30 15:05:52 |
Package Statistics | |
---|---|
Total Downloads: | 184 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 8 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 1 |
##Installation
You can use composer create-project to install without downloading zip or cloning this repo.
$ composer create-project kayrules/laravel5-starter your-project-name
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
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/
Before run the migration command, you need to create a new database for this project and update the login information under config/database.php
$ php artisan migrate
$ php artisan db:seed
##Demo
For public access:
http://dev.kayrules.com/laravel5-starter/
Administrator Access:
http://dev.kayrules.com/laravel5-starter/admin
- Username: admin@domain.com
- Password: 1q2w3e4r