Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Beagle Logo

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).