https://github.com/rahmanda/curcol
Simple twitter-like app based on laravel 4
https://github.com/rahmanda/curcol
Last synced: 3 months ago
JSON representation
Simple twitter-like app based on laravel 4
- Host: GitHub
- URL: https://github.com/rahmanda/curcol
- Owner: rahmanda
- Created: 2015-05-19T02:55:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T13:43:52.000Z (over 9 years ago)
- Last Synced: 2025-01-02T05:22:08.856Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## Curcol
Curcol is a simple twitter-like app based on laravel 4. Explore it for educational purposes.
## How to use
Just enter `composer update` in your console to download dependencies, edit `app\config\local\database` for database connection, and change local value in `app\bootstrap\start.php` to your computer name. Don't forget to run `php artisan migrate` to create tables and `php artisan db:seed` to initialize couple of data. Run it by entering `php artisan serve` and open `http://localhost:8000` on your browser.