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

r15ch13/toolbox

Repository files navigation

Toolbox

This little project was inspired by Paul Schou's TRANSLATOR, BINARY xlate. I used xlate used often, but it lacked some features. So I created this project and added a few features, such as XML and JSON beautifier. Checkout out the demo1/demo2.

Installation

Clone repository, install submodules.

> git clone https://github.com/r15ch13/toolbox.git
> cd toolbox

Install dependencies using Composer.

> php composer.phar install

Install dependencies using Bower.

> npm install
> bower install

Now follow the Lumen configuration instructions.

Copy .env.example file to .env

Generate application key:

> chmod -R 777 storage
> php artisan key:generate

Change application and database settings:

> nano .env

Migrate database:

> php artisan migrate

Done!

License

The MIT License (MIT)