murat / stories

📑 A story sharing platform made with Laravel 5.7
http://goo.gl/NdJhEo
MIT License
8 stars 11 forks source link
laravel-application laravel54 php

Stories

https://travis-ci.org/muratbsts/stories.svg?branch=master

Story sharing platform made with Laravel 5.7

How to contribute

Look at the trello board before you fork the repository. Feel free after.

$ git clone git@github.com:USERNAME/stories && cd stories
$ cp .env.example .env # and set up your environment
$ composer install
$ yarn install # or npm install
$ php artisan key:generate

Check the .env file and update database and social service variables.

You can run with:

$ php artisan serve

Or you can setup a virtual host like stories.dev.

Create feature branch git checkout -b great-feature.

Commit git commit -m 'great-feature is ready'.

Push git push origin great-feature.

Create a new pull request.

Note: A Dockerfile is will come soon.

Contributors

License

MIT © Murat Bastas