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

https://github.com/srph/osmena-times

A rushed news system built with Laravel.
https://github.com/srph/osmena-times

Last synced: 3 months ago
JSON representation

A rushed news system built with Laravel.

Awesome Lists containing this project

README

          

![Preview](http://i.imgur.com/Sa2ap4h.png)

# osmena-times

> A rush project made with Laravel 4.2 & Bootstrap 3. Suit your needs with the yolodes (yolo + codes).

Special mention to:

- Nesbot\Carbon
- FakerPHP (fzaninotto\Faker)

## Setup

The usual Laravel setup. Anyway, I'll still *explain*.

Requirements:

- MySQL >= 5.3
- Composer

By default, the app uses a database named ```osmena-times```. Make sure to create a MySQL database. You may configure the connection settings in ```app/config/database.php```.

```bash
$ composer update
$ php artisan migrate
$ php artisan db:seed
```

![Preview](http://imgur.com/pcIwMvs.png)