https://github.com/murat/stories
📑 A story sharing platform made with Laravel 5.7
https://github.com/murat/stories
laravel-application laravel54 php
Last synced: 5 months ago
JSON representation
📑 A story sharing platform made with Laravel 5.7
- Host: GitHub
- URL: https://github.com/murat/stories
- Owner: murat
- License: mit
- Created: 2017-07-21T22:53:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T02:55:15.000Z (over 7 years ago)
- Last Synced: 2025-02-01T04:31:40.724Z (over 1 year ago)
- Topics: laravel-application, laravel54, php
- Language: PHP
- Homepage: http://goo.gl/NdJhEo
- Size: 1.23 MB
- Stars: 8
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stories
[](https://travis-ci.org/muratbsts/stories)
Story sharing platform made with Laravel 5.7
## How to contribute
Look at the [trello board](https://trello.com/b/SOpyHA6t/stories) before you [fork the repository](https://github.com/muratbsts/stories/fork). Feel free after.
```shell
$ 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:
```shell
$ 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
- [Murat Bastas](https://github.com/muratbsts)
## License
[MIT](https://github.com/muratbsts/stories/blob/master/LICENCE) © [Murat Bastas](https://github.com/muratbsts)