1. Go to this page and download the library: Download webundle/puzzle-web-apps library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
webundle / puzzle-web-apps example snippets
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Symfony\Bundle\MonologBundle\MonologBundle(),
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new Liip\ImagineBundle\LiipImagineBundle(),
new JMS\JobQueueBundle\JMSJobQueueBundle(),
new JMS\DiExtraBundle\JMSDiExtraBundle($this),
new JMS\AopBundle\JMSAopBundle(),
new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
new Knp\DoctrineBehaviors\Bundle\DoctrineBehaviorsBundle(),
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
new Puzzle\AdminBundle\PuzzleAdminBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\UserBundle\UserBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\MediaBundle\MediaBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\BlogBundle\BlogBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\CalendarBundle\CalendarBundle(),
new Puzzle\SchedulingBundle\SchedulingBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\ContactBundle\ContactBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\ExpertiseBundle\ExpertiseBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\NewsletterBundle\NewsletterBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\StaticBundle\StaticBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\AdvertBundle\AdvertBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\CharityBundle\CharityBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\CurriculumBundle\CurriculumBundle(),
);
// ...
}
// ...
}
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Puzzle\LearningBundle\LearningBundle(),
);
// ...
}
// ...
}
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.