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.
- Host: GitHub
- URL: https://github.com/srph/osmena-times
- Owner: srph
- Created: 2014-09-28T14:27:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T11:49:45.000Z (about 11 years ago)
- Last Synced: 2025-01-26T17:15:49.214Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# 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
```
