lockeyo / laravel-starter

Laravel Starter Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Starter

Official Documentation

To be done ...

Software Packages

Laravel Documentation

http://laravel.com/docs/5.1

Installation

  • run 'composer create-project --dev lockeyo/laravel-starter'
  • run 'composer install'
  • run 'php artisan key:generate'
  • edit '.env'-file
  • run 'php artisan migrate'
  • run 'php artisan db:seed'
  • run 'npm install'
  • run 'bower install'
  • run 'gulp'

Description

Laravel Starter is based on Laravel, jQuery and Bootstrap. The Starter is made to make the live of laravel developers more enjoyable. Feel free to send feedback.

Contributing

Thank you for considering contributing to the Laravel Starter! Just open an pull-request. Thanks!

Security Vulnerabilities

If you discover a security vulnerability within Laravel Starter, please send an e-mail to Marcel Engelmann at marcel@menux.de. All security vulnerabilities will be promptly addressed.

License

The Laravel Starter is open-sourced software licensed under the MIT license

About

Laravel Starter Template

License:MIT License


Languages

Language:PHP 67.1%Language:HTML 31.6%Language:JavaScript 1.0%Language:ApacheConf 0.3%Language:CSS 0.1%