MadMikeyB / snippets

Simple Code Sharing Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

Installation requires a few steps

Composer

Ensure you have composer installed. You can do this from the getcomposer.org website.

Make sure to follow the "Installing Globally" instructions

Clone the Repo

git clone https://github.com/MadMikeyB/snippets.git .

Download Dependencies

composer install or php composer.phar install

Edit Config

Copy .env.example to .env and change the values contained within to the appropriate ones which match the database you have created.

Populate Database

Open Terminal and cd to the directory where you cloned the repository, and run:

php artisan migrate

Modifying

Templates are located in /resources/views/

Controllers are located in app/Http/Controllers/

Router is located app/Http/routes.php (this tells Laravel which controller should handle which request)

Documentation

Routers

Controllers

Blade Templating Language

Templates

About

Simple Code Sharing Application


Languages

Language:PHP 99.0%Language:ApacheConf 0.5%Language:JavaScript 0.5%