Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disjfa/glynn-admin-symfony4
Basic admin template for symfony
https://github.com/disjfa/glynn-admin-symfony4
bootstrap bootstrap4 glynn-admin symf symfony symfony-application symfony4 webpack webpack-encore
Last synced: 2 months ago
JSON representation
Basic admin template for symfony
- Host: GitHub
- URL: https://github.com/disjfa/glynn-admin-symfony4
- Owner: disjfa
- License: mit
- Created: 2018-01-15T22:48:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T07:25:43.000Z (about 2 years ago)
- Last Synced: 2024-11-15T05:35:53.709Z (2 months ago)
- Topics: bootstrap, bootstrap4, glynn-admin, symf, symfony, symfony-application, symfony4, webpack, webpack-encore
- Language: PHP
- Homepage: https://disjfa.gitbooks.io/glynn-admin-symfony4/
- Size: 7.59 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glynn admin symfony4
[![Check on packagist][packagist-badge]][packagist]
[![MIT License][license-badge]][LICENSE][![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Tweet][twitter-badge]][twitter]Basic starter template using symfony4.
## Instalation
```
composer create-project disjfa/glynn-admin-symfony4 my_project
cd my_project
```## Create database
```
bin/console doctrine:database:create
bin/console doctrine:migrations:migrate
```## Generate site assets
```
npm install
npm run dev
```## Serve
Start a server using the [symfony commandline tool](https://symfony.com/download)
```
symfony server:start -d
```## The basic setup
We use [symfony](https://symfony.com) with these recepies:
* orm
* twig
* security
* var-dumper
* server
* security
* makeNext we add these bundles
* [KNP menu](https://github.com/KnpLabs/KnpMenu)
Clean code
* [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
Site bundles, lets npm/yarn
* [webpack encore](https://symfony.com/doc/current/frontend.html)
* [bootstrap](http://getbootstrap.com)
* [font awesome](http://fontawesome.io)
* [glynn-admin](https://github.com/disjfa/glynn-admin)
* [ryoko-headers](https://github.com/disjfa/ryoko-headers)[packagist-badge]: https://img.shields.io/packagist/v/disjfa/glynn-admin-symfony4
[packagist]: https://packagist.org/packages/disjfa/glynn-admin-symfony4
[license]: https://github.com/disjfa/glynn-admin-symfony4/blob/master/LICENSE
[license-badge]: https://img.shields.io/github/license/disjfa/glynn-admin-symfony4.svg
[github-watch-badge]: https://img.shields.io/github/watchers/disjfa/glynn-admin-symfony4.svg?style=social
[github-watch]: https://github.com/disjfa/glynn-admin-symfony4/watchers
[github-star-badge]: https://img.shields.io/github/stars/disjfa/glynn-admin-symfony4.svg?style=social
[github-star]: https://github.com/disjfa/glynn-admin-symfony4/stargazers
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/disjfa/glynn-admin-symfony4.svg?style=social
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20glynn-admin-symfony4!%20-%20Cool%mail%20setup%20for%20symfony!%20Thanks%20@disjfa%20https://github.com/disjfa/glynn-admin-symfony4%20%F0%9F%A4%97