Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 956 Bytes

README.MD

File metadata and controls

31 lines (17 loc) · 956 Bytes

Laravel 5 Website Starter-Kit

This is a sample project to use when you make a static website. Basically prepare your template for blade template engine and put your template assets into public folder.

To run this sample project, please follow these steps.

install dependencies:

composer install

create your own environment file:

php -r "file_exists('.env') || copy('.env.example', '.env');

generate an application key:

php artisan key:generate

It contains some basics. Set up your environment variables in .env file to use YouTube and Captcha features.

Bob is your uncle! Enjoy.