Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clivern/beagle
Symfony Applications Boilerplate.
https://github.com/clivern/beagle
clivern symfony symfony-application symfony-boilerplate symfony5
Last synced: 2 days ago
JSON representation
Symfony Applications Boilerplate.
- Host: GitHub
- URL: https://github.com/clivern/beagle
- Owner: Clivern
- License: mit
- Created: 2020-05-15T08:57:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T13:36:28.000Z (3 months ago)
- Last Synced: 2024-08-27T15:01:48.003Z (3 months ago)
- Topics: clivern, symfony, symfony-application, symfony-boilerplate, symfony5
- Language: PHP
- Size: 305 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Beagle
Symfony Applications Boilerplate.
## Usage
This project is mainly for personal & testing purposes but you can simply fork or click `Use this template` button! somewhere on this page.
To run the application:
```zsh
# Create config file
$ cp .env.dist .env# Install Symfony CMD Tool
$ curl -sS https://get.symfony.com/cli/installer | bash# Run It
$ symfony serve
```To test:
```zsh
$ make ci
```To fix code style issues:
```zsh
$ make fix
```## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Beagle is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
See the [Releases section of our GitHub project](https://github.com/clivern/beagle/releases) for changelogs for each release version of Beagle. It contains summaries of the most noteworthy changes made in each release.
## Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/beagle/issues
## Security Issues
If you discover a security vulnerability within Beagle, please send an email to [[email protected]](mailto:[email protected])
## Contributing
We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.
## License
© 2020, clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
**Beagle** is authored and maintained by [@clivern](http://github.com/clivern).