Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I need to call a function in vendor (twig) from bundle in src .
so I need to create function in twing extension ?
if yes !!
how I can do this
Yes, you need to create a twig extension.
There is nice and easy tutorial in Symfony documentation.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I build new project using laravel 5.2 and I want track emails opens,clicks and bounced emails . But I didn't found the best. If you know please point me
This two package will be use full for you :
https://github.com/jdavidbakr/mail-tracker
https://github.com/ipunkt/laravel-analytics
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have found a few ways of doing it, but what is the preferred method that doesn't require changing them before saving them into the database? I am using PHP (Laravel) and JS on the project.
You can use the url() helper.
url('user/profile') will append user/profile to your base url.
url('http://www.google.com') will not append, and will return http://www.google.com.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
What I'm trying is a php form validation from a separate file.(form.php & validate.php).
Is it possible?
Yes, you just have to include the scripts and you have access to functions inside of them. You really couldn't google this one?
include("validate.php"); //inside form.php
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Should I use theme my login widget? I don't know whether or not I should begin programming it from scratch or there is already a widget.
Do you just want to use this plugin?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
what is the name of a feature (maybe jQuery/js/Ajax) that allows you to build your own item,
here is a sample http://www.bluenile.com/build-your-own-diamond-ring
is there a plugin / library to have that feature ?
thank you in advance
Regards
Yq
There is no such a finished feature that you could plug in and have the same diamond rings constructor at your site.