Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenhg5/laravelsnippets
LaravelSnippets.com website | A repository of useful code snippets for Laravel PHP framework. Submit, grab and share!
https://github.com/chenhg5/laravelsnippets
Last synced: about 2 months ago
JSON representation
LaravelSnippets.com website | A repository of useful code snippets for Laravel PHP framework. Submit, grab and share!
- Host: GitHub
- URL: https://github.com/chenhg5/laravelsnippets
- Owner: chenhg5
- Fork: true (johnnncodes/laravelsnippets)
- Created: 2016-03-04T06:03:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T04:16:16.000Z (over 9 years ago)
- Last Synced: 2024-03-02T07:32:59.746Z (9 months ago)
- Language: JavaScript
- Homepage: http://laravelsnippets.com/
- Size: 2.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## LaravelSnippets.com website
Live site - http://laravelsnippets.com/
Twitter - https://twitter.com/laravelsnippets
Facebook Page - https://www.facebook.com/LaravelSnippets
Don't forget to star this repository :) And feel free to fork it.
### Core Developers
- John Kevin M. Basco - https://twitter.com/johnkevinmbasco
- Christopher Pitt - https://twitter.com/followchrisp
- Ionut Tanasa - https://twitter.com/ionutz2k
- David Knight - https://twitter.com/davidnknight### How to contribute?
#### Bug fixes
- Just fork the repository, apply your bug fix and send a pull request on the **development** branch.#### Features
- File an issue on this repo with a title that looks like this: [Proposal] Admin Dashboard.
- Once the proposal is approved you can go ahead and implement your proposal and send a pull request.You can also contribute features by visiting the issues page on the repository, you'll see issues
tagged with "request", if you want to implement it, just leave a comment that you will implement it and
just send a pull request.### Contributors
#### A huge thanks to these developers who contributed to the development of the site:
- Martin Dilling-Hansen [@dillinghansen](https://twitter.com/dillinghansen)
- Sercan Çakır [/mayoz](https://github.com/mayoz)
- Nico Romero Peñaredondo
- Davide Bellini [@billmn](https://twitter.com/billmn)### Requirements
1. PHP 5.4
2. Redis### Local Installation
See [wiki page](https://github.com/basco-johnkevin/laravelsnippets/wiki/Local-Installation)### Running the tests
1. Create a test database and configure ```config/testing/database.php```
2. Migrate and Seed database for testing ```php artisan migrate --seed --env=testing```
3. Run ```php vendor/bin/phpunit``` in the console