项目作者: NeoBlack

项目描述 :
This symfony demo application contains two progress bars, HTML5 native progress bar and a bootstrap framework version.
高级语言: PHP
项目地址: git://github.com/NeoBlack/demo-symfony-progress-bar.git
创建时间: 2020-04-10T11:16:52Z
项目社区:https://github.com/NeoBlack/demo-symfony-progress-bar

开源协议:GNU General Public License v2.0

下载


Demo Progress Bar with AJAX and Symfony

This symfony demo application contains two progress bars, HTML5 native progress bar and a bootstrap framework version.

Both resolve the same data from the symfony demo controller (App\Controller\ProgressBarController).

Installation

1) clone this repository

git clone https://github.com/NeoBlack/demo-symfony-progress-bar.git

2) composer install

composer install

3) Setup your database

Set your database credentials in your .env.local file, set DATABASE_URL

Then run: bin/console doctrine:database:create (if your database not exists)

Then run: bin/console doctrine:migrations:migrate (to create the database schema)

Then run: bin/console demo:reset-database (to create or reset the demo data)

4) open your browser ;)