Skip to content

dngo-io/website

 
 

Repository files navigation

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.

Prerequisite

Download git from https://git-scm.com/

Download composer from https://getcomposer.org/

You are ready to run:

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.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.1%
  • HTML 25.5%
  • Vue 0.4%