Giter Site home page Giter Site logo

breadcrumbbundle's People

Contributors

asprega avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

breadcrumbbundle's Issues

Template not found

Hi,

I have a problem using the asprega_breadrumb() twig function in my template on the last version of Symfony.
image

I followed the instructions to install the bundle but did I miss something?

Thanks,

Sf3.3 compatibility ?

Hi,
i m having same probleme all since to work well in this :

/**
 * Notification controller.
 * @Breadcrumb({
 *     {"label" = "administration", "route" = "admin_index" },
 *     {"label" = "notification" }
 *     })
 * @Route("notification")
 */
class NotificationCrudController extends Controller

but it having probleme in this :

/**
 * Page controller.
 * @Breadcrumb({
 *     {"label" = "Page" }
 *     })
 * @Route("/page")
 */
class PageCrudController extends AbstractController
.......

    /**
     * Creates a new page entity.
     * @Breadcrumb({"label" = "[new]" })
     * @Route("/new", name="admin_page_crud_new")
     * @Method({"GET", "POST"})
     * @Secure(roles="ROLE_SUPER_ADMIN")
     */
    public function newAction(Request $request)

is taking only [new] das not take Page

thank for your help.

Class 'Twig_Extension' not found in Symfony 5

I am trying to install your bundle in a Symfony 5 project.

The installation failed at :

 Generating autoload files
ocramius/package-versions:  Generating version class...
ocramius/package-versions: ...done generating version class
Executing script cache:clear [KO]

 [critical] Fatal Error: Class 'Twig_Extension' not found in  vendor/asprega/breadcrumb-bundle/Twig/BreadcrumbExtension.php on line 8

Is an upgrade conceivable for this compatibility?

Deprecated Symfony 4.4

Hi is there any patch issue plan for

The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "asprega_breadcrumb" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
Show context    Hide trace

{▼
  D:\Programmation\Web\root_www\OP44\vendor\symfony\config\Definition\Builder\TreeBuilder.php:51 {▶}
  D:\Programmation\Web\root_www\OP44\vendor\asprega\breadcrumb-bundle\DependencyInjection\Configuration.php:16 {▼
    › $builder = new TreeBuilder();
    › $builder->root('asprega_breadcrumb')
    ›     ->children()
  }
}

Thank's

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.