Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netgloo/benjamin_core
https://github.com/netgloo/benjamin_core
benjamin core onepagewebsite static-website web-platform
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/netgloo/benjamin_core
- Owner: netgloo
- License: mit
- Created: 2016-01-15T21:11:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T22:05:23.000Z (over 8 years ago)
- Last Synced: 2024-04-16T11:26:18.820Z (7 months ago)
- Topics: benjamin, core, onepagewebsite, static-website, web-platform
- Language: PHP
- Size: 79.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
## Benjamin Core
**Note:** This is the core code for Benjamin platform. If you need to install Benjamin go [here](http://github.com/netgloo/benjamin) instead.
### Install In Laravel
Add the package via Composer:
``` bash
$ composer require netgloo/benjamin_core
```Add the service provider to Laravel, in `config/app.php`:
``` php
'providers' => [
//Netgloo\BenjaminCore\BenjaminCoreServiceProvider::class,
]
```Add publish scripts on `post-install-cmd` and `post-update-cmd` events on project's root `composer.json`, to enable auto publishing of public assets:
``` javascript
"scripts": {
"post-install-cmd": [
//
"php artisan vendor:publish --tag=public --force"
],
"post-update-cmd": [
//
"php artisan vendor:publish --tag=public --force"
],
}
```### Change Log
Please see [changelog](changelog.md) for more information what has changed recently.
### Contributing
Please see [contributing](contributing.md) and [conduct](conduct.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
### License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/netgloo/benjamin_core.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/netgloo/benjamin_core/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/netgloo/benjamin_core.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/netgloo/benjamin_core.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/netgloo/benjamin_core.svg?style=flat-square[link-packagist]: https://packagist.org/packages/netgloo/benjamin_core
[link-travis]: https://travis-ci.org/netgloo/benjamin_core
[link-scrutinizer]: https://scrutinizer-ci.com/g/netgloo/benjamin_core/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/netgloo/benjamin_core
[link-downloads]: https://packagist.org/packages/netgloo/benjamin_core
[link-author]: https://github.com/netgloo
[link-contributors]: ../../contributors