Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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! 🙌