Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamgoose/pastes

Laravel Paste Buckdet
https://github.com/adamgoose/pastes

Last synced: about 24 hours ago
JSON representation

Laravel Paste Buckdet

Awesome Lists containing this project

README

        

## Laravel Pastebin

[Laravel Pastebin](http://paste.laravel.com/).

## Setting up a local development environment

### Create sqlite database

* `touch app/database/local.sqlite`

### Create local database config

* `mkdir app/config/local`
* `cp app/config/database.php app/config/local/database.php`
* Edit sql database line to be `'database' => __DIR__.'/../../database/local.sqlite',`

### Migrate

* `php artisan --env=local migrate`