Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pentiminax/symfony-blog
Dépôt pour la création d'un blog (CMS) avec Symfony 6, Bootstrap 5 et EasyAdmin 4
https://github.com/pentiminax/symfony-blog
bootstrap5 easyadminbundle php8 symfony
Last synced: about 5 hours ago
JSON representation
Dépôt pour la création d'un blog (CMS) avec Symfony 6, Bootstrap 5 et EasyAdmin 4
- Host: GitHub
- URL: https://github.com/pentiminax/symfony-blog
- Owner: pentiminax
- Created: 2022-03-09T19:05:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T12:02:18.000Z (over 1 year ago)
- Last Synced: 2023-05-31T13:25:11.973Z (over 1 year ago)
- Topics: bootstrap5, easyadminbundle, php8, symfony
- Language: PHP
- Homepage: https://www.youtube.com/watch?v=1BbmGc6J7qA&list=PLkHw7J3J2iaoIowz7LIImIFHkMJzO_84F
- Size: 507 KB
- Stars: 22
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Création d'un blog (CMS) avec Symfony 6, Bootstrap 5 et EasyAdmin 4
### YouTube[![Vidéo](https://i3.ytimg.com/vi/1BbmGc6J7qA/maxresdefault.jpg)](https://www.youtube.com/watch?v=1BbmGc6J7qA)
⚙️ Installation
--------------
Install the PHP dependencies and JS dependencies.
```sh
composer install
```
```sh
npm install
```
Installing assets
```sh
npm run dev
```