All Projects → javiereguiluz → Easy Admin Demo

javiereguiluz / Easy Admin Demo

Licence: mit
A demo application to showcase EasyAdmin features

Projects that are alternatives of or similar to Easy Admin Demo

Demo
Symfony Demo Application
Stars: ✭ 2,102 (+859.82%)
Mutual labels:  symfony-application, symfony, demo
Ezplatform Demo
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!
Stars: ✭ 42 (-80.82%)
Mutual labels:  symfony-application, symfony, demo
Symfony 3 Rest Api Example
Symfony 3 RESTful API Example
Stars: ✭ 90 (-58.9%)
Mutual labels:  symfony-application, symfony
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (-54.34%)
Mutual labels:  symfony, backend
Mern Authentication
MERN stack authentication boilerplate: password reset, email verification, server sessions, redux, hooks and docker for dev and prod.
Stars: ✭ 129 (-41.1%)
Mutual labels:  demo, backend
Kimai2
Kimai v2 is a web-based multiuser time-tracking application. Free for everyone: freelancers, agencies, companies, organizations - all can track their times, generate invoices and more. SaaS version available at https://www.kimai.cloud
Stars: ✭ 1,216 (+455.25%)
Mutual labels:  symfony-application, symfony
Web Publisher
Superdesk Publisher - the next generation publishing platform for journalists and newsrooms.
Stars: ✭ 82 (-62.56%)
Mutual labels:  symfony-application, symfony
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-44.29%)
Mutual labels:  symfony-application, symfony
Accompli
An easy to use and extendable deployment tool for (PHP) projects.
Stars: ✭ 9 (-95.89%)
Mutual labels:  symfony-application, symfony
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (-24.66%)
Mutual labels:  symfony-application, symfony
Core
Zikula Core Framework
Stars: ✭ 213 (-2.74%)
Mutual labels:  symfony-application, symfony
Symfony Ddd Edition
Symfony standard edition with DDD architecture.
Stars: ✭ 78 (-64.38%)
Mutual labels:  symfony-application, symfony
Pd Admin
Powerful Admin Dashboard for Symfony 5
Stars: ✭ 70 (-68.04%)
Mutual labels:  symfony-application, symfony
Platform Application
OroPlatform - business application management system that is a backbone of the OroCRM and OroCommerce.
Stars: ✭ 211 (-3.65%)
Mutual labels:  symfony-application, symfony
Composer Service
Composer as a service
Stars: ✭ 175 (-20.09%)
Mutual labels:  symfony-application, symfony
Paraunit
Run PHPUnit tests in parallel
Stars: ✭ 104 (-52.51%)
Mutual labels:  symfony-application, symfony
Symfony 5 Es Cqrs Boilerplate
Symfony 5 DDD ES CQRS backend boilerplate
Stars: ✭ 759 (+246.58%)
Mutual labels:  symfony, backend
Crm Application
OroCRM - an open-source Customer Relationship Management application.
Stars: ✭ 785 (+258.45%)
Mutual labels:  symfony-application, symfony
Sflive Paris2016 Workflow
Demo app for the new symfony/workflow component
Stars: ✭ 160 (-26.94%)
Mutual labels:  symfony, demo
Symfony Ddd Wishlist
Wishlist, a sample application on Symfony 3 and Vue.js built with DDD in mind
Stars: ✭ 172 (-21.46%)
Mutual labels:  symfony-application, symfony

EasyAdmin Demo

A demo application to showcase the main features of EasyAdmin, the new and simple admin generator for Symfony applications.

Requirements

How to install this project

  1. git clone https://github.com/javiereguiluz/easy-admin-demo
  2. cd easy-admin-demo/
  3. composer install
  4. symfony server:start
  5. Browse http://127.0.0.1:8000/admin/

The project comes with an SQLite sample database, but you can also create your own database and load the fixtures data:

  1. Edit the DATABASE_URL env var in the .env file to use your database credentials.
  2. php bin/console doctrine:database:create
  3. php bin/console doctrine:schema:create
  4. php bin/console doctrine:fixtures:load --append

Tests

Execute this command to run tests:

$ easy-admin-demo/
$ ./bin/phpunit

Screenshot

Screenshot of the EasyAdmin Demo app

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].