Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 490 Bytes

About

Simple Laravel based blog application. Please note that it is currently under development

Contributing

Feel free to open pull requests or issues.

Usage

1. Installation

  1. git clone git@github.com:twinslab/blog.git <dirname>
  2. cd <dirname> && composer install
  3. touch storage/database.sqlite
  4. php artisan migrate
  5. Create a user

Have fun while blogging!

License

The MIT License (MIT). Please see License File for more information.