Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

MadMikeyB/snippets

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages