Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I currently have an application developed on Laravel-4 we are needing to implement CMS functionality e.g. pages, posts, menu... on top of the actual application we have developed.
I do not feel like re-creating the wheel.
Are there any recommended CMS composer modules available for Laravel-4? that can simple be integrated into an existing application with an existing admin / user / roles setup?
As of this date it is still in development, but the good folks at WardrobeCMS are working on exactly that:
https://twitter.com/WardrobeCMS/status/364825833715671040
You can find the repo here:
https://github.com/wardrobecms/core
Wardrobe is great if you just need posts. At this point there isn't anything more than that though.
I haven't seen anything beyond wardrobe that is being developed as a composer package that is any better.
This has some possibilities but it requires a bit more work than just a composer install.
https://github.com/TheMonkeys/laravel-silverstripe
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm basically looking for a wiki-like module for drupal 7.
I did a lot of research, but haven't come up with any evidence suggesting modules in drupal for wiki-like functionality.
I saw a tool WikiTools - but its only for Drupal 6 (full release) they do have an alpha-release as well for Drupal 7, but it hasn't been updated since March of 2011 thus probably not making it a good fit.
Does anyone have any modules for Drupal 7 that provide wiki functionality?
This would be greatly appreciated!
Thank you!
As far as I know, there is not a single contrib module will give you the wiki-like functionality in Drupal. You might have to get few modules to work together to get your wiki-like drupal site done.
I know that last update for wikiTools was in 2013, but there is a screencast that shows how to use wikiTools to build a wiki in drupal 7.
Also, check this post on how to get some contrib modules working together to build your wiki.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am new to symfony just a month before, i am given a task to develop a symfony plugin. Can any one please Guide me how to write a plugin ? Any latest tutorial supporting symfony 2.5.
i searched a lot but found legacy version.
Please Guide me
Thanks A lot !
Basically in Symfony2 naming convention you don't use word plugin but Bundle. Plugin word was used in Symfony 1.x - probably that's why you get legacy version results, try searching Bundle. There's a lot of stuff in net about it. Try this, this or this
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any PHP framework that can be used to build online notes taking tool. like Spring pad. So, that i can install in local server and access it.
Your requirement is to make a Online Notes Taking Tool.
This could be done in any Framework.
Look at CakePHP, CodeIgniter or any frameworks.
You need to be very specific as to what are you looking at.
Moreover, there is nothing specific that only one Framework could achieve.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been looking for website templates to download so far I got only one bootstrap template. I can't seem to find much with source code attached with them for download. Which site do you recommend?
You aren't going to find many templates online that have ready made "server-side" code included. The point of a template is to kick-start the user interface and experience development. Normally it will only include HTML/CSS (and Javascript/Jquery) functionality. It is up to you (the coder) to fill in the implementation details according to your requirements and language of choice, .NET, PHP etc.
Here are some other bootstrap starter templates http://startbootstrap.com/all-templates
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to code a small admib panel that should get and display statistics from remote servers. The main problem here is that I need to do that ASAP. So the main question here is: to use CMS or not? I'm almost sure that deploying something big like Joomla or Drupal will not be quick. Still, maybe there's something easier that matces the following conditions.
has implemented security stuff (secure login, sessions and etc);
has implemented user/groups/privileges mechanism;
has an abbility of adding users for Super Administrator.
UPD. framework instead of CMS will do as well.
Are you familiar with codeIgniter ? If yes then it is what you want.
Bonfire
It is a CMS with full time functionality of user/groups/privileges mechanism and many more.