Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoblack/demo-symfony-progress-bar
This symfony demo application contains two progress bars, HTML5 native progress bar and a bootstrap framework version.
https://github.com/neoblack/demo-symfony-progress-bar
ajax bootstrap4 js php progress-bar progressbar symfony
Last synced: 6 days ago
JSON representation
This symfony demo application contains two progress bars, HTML5 native progress bar and a bootstrap framework version.
- Host: GitHub
- URL: https://github.com/neoblack/demo-symfony-progress-bar
- Owner: NeoBlack
- License: gpl-2.0
- Created: 2020-04-10T11:16:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:43:14.000Z (about 2 years ago)
- Last Synced: 2024-05-01T13:13:25.086Z (7 months ago)
- Topics: ajax, bootstrap4, js, php, progress-bar, progressbar, symfony
- Language: PHP
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 databaseSet 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 ;)