Download the PHP package jarenal/tiny-tasks-bundle without Composer
On this page you can find all versions of the php package jarenal/tiny-tasks-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package tiny-tasks-bundle
Welcome to Tiny Tasks Bundle
I've developed this bundle for testing and demonstration purposes.
Some of the main libraries used for to build this bundle were:
- Symfony - v3 As PHP Framework.
- FOSRestBundle - v2.0.0 Tools to rapidly develop RESTful API's with Symfony
- JMSSerializerBundle - v1.1.0 Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)
- DoctrineFixturesBundle - v2.3.0 Integrates the Doctrine2 Data Fixtures library into Symfony
- jQuery - v1.12.4 jQuery is a fast, small, and feature-rich JavaScript library.
- jQuery Mustache - v0.2.7 jQuery Plugin which makes working light work of using the Mustache templating engine.
- Bootstrap - v3.3.6 Bootstrap is a HTML, CSS, and JS framework.
- Mustache.js - v2.2.1 Minimal templating in JavaScript.
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle and dependencies
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Enable the routing
For to enable the routing add the next lines to your app/config/routing.yml file:
Step 4: FosRestBundle settings
In your app/config/config.yml file add the next lines for to set the default configuration for FosRestBundle:
Step 5: Database setup
First enter the parameters of your database if you have not done yet in your app/config/parameters.yml
Then create the database if doesn't exist:
Update schema for to generate the tables:
Load the default fixtures for the status table:
Step 6: Publish assets
Publishing bundle assets:
Step 7: Clearing cache and try it!
Clear Symfony cache:
And finally call to the bundle using the next url:
http://YOUR_SERVER/tiny-tasks
All versions of tiny-tasks-bundle with dependencies
symfony/framework-bundle Version ^3.0
friendsofsymfony/rest-bundle Version 2.0.*
jms/serializer-bundle Version 1.1.*
doctrine/doctrine-fixtures-bundle Version 2.3.*