https://github.com/stwe/dtbundledemo
Symfony 3.0 Demo Project For My DatatablesBundle v0.13
https://github.com/stwe/dtbundledemo
Last synced: about 1 year ago
JSON representation
Symfony 3.0 Demo Project For My DatatablesBundle v0.13
- Host: GitHub
- URL: https://github.com/stwe/dtbundledemo
- Owner: stwe
- Created: 2016-02-08T16:15:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T10:45:14.000Z (about 9 years ago)
- Last Synced: 2025-04-09T14:40:38.441Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 164 KB
- Stars: 7
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DtBundleDemo
============
Symfony3 Demo Project For My DatatablesBundle
## Install
### 1. Clone the project with Git:
```
git clone git@github.com:stwe/DtBundleDemo.git
```
### 2. Install assets and dump js routing
```
php bin/console assets:install --symlink
```
```
php bin/console fos:js-routing:dump
```
### 3. Run fixtures
```
php bin/console doctrine:fixtures:load --no-interaction
```
## Login
**Admin:**
- Username: root
- Password: root
**User:**
- Username: user
- Password: user
## License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE