Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentchalnot/sidusadmindemo
Symfony 4 demo using Sidus/AdminBundle, Sidus/DatagridBundle and Sidus/FilterBundle
https://github.com/vincentchalnot/sidusadmindemo
Last synced: 4 days ago
JSON representation
Symfony 4 demo using Sidus/AdminBundle, Sidus/DatagridBundle and Sidus/FilterBundle
- Host: GitHub
- URL: https://github.com/vincentchalnot/sidusadmindemo
- Owner: VincentChalnot
- License: mit
- Created: 2019-08-22T09:19:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:52:38.000Z (about 2 years ago)
- Last Synced: 2023-08-03T23:06:00.307Z (over 1 year ago)
- Language: PHP
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sidus/AdminDemo
===================Simple application using Symfony 4.3 and Bootstrap 4 to demonstrate the potential of the
[Sidus/AdminBundle](https://github.com/VincentChalnot/SidusAdminBundle).See live demo: [http://admin-demo.sidus.fr](http://admin-demo.sidus.fr)
Getting started
---------------Install the project (Docker containers, dependencies with Composer, etc.) with `make install`
Then get a shell access with `make shell`
Inside the container you need to:
- Create the schema `php bin/console doctrine:schema:create`
- Install fixtures `php bin/console app:fixtures:init`=> [http://admin-demo.sidus.localhost/](http://admin-demo.sidus.localhost/)
You are now all set! 🙌