Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am working on a PHP script where I release updates or fixes every few months and at present I am manually keeping record of version for example Product Name v1.7 or Product Name v2.2 and so on. I use PHPStorm for web development and wanted to know how do companies/people keep track of their version, do they also name and maintain it manually or is this an inbuilt feature in IDEs that can help keep track of this,
For example Wordpress, 3.7, 3.8 and many other open source/commercial products. I will really appreciate some feedback on this.
If you are using any version control like Git or SVN it's possible.
You can use a commit message including name and version number of product. Later you can list all commits with the commit message.
Browse Version history
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 1 year ago.
This post was edited and submitted for review 1 year ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I've started learning php recently and will be using MySql. But I have a lot of MySql 'things' installed on my computer (in the screenshot). I want to completely uninstall everything and have XAMPP handle whatever is needed. I want to know would it be a good practice to do so and is it actually safe to remove everything, making sure that nothing would break and is there a way to check if some software depends on any of those?
Your Version is very old, so update it urgently.
You only need the Server and the shell.
Workbench is helpful as it provides a gui, even when phpmyadmin doesn't work.
If you decide to use Java c++ or other languages you can always come back and install them again. Them same goes for samples and Documentation
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I'm a college student and have taken several web development and web design courses. Over the last few years I have used the following:
PHPStorm
Visual Studio Code
Notepad++
SublimeText3
Atom
Amongst all of those, I don't really have a preference. I lean towards Jetbrains since as a student I get full access via student license. But those other editors/IDE's work fine too. If you were in my shoes which would you opt to use more frequently?
I'm a front-end developer, I mostly use VScode it's powerful with lots of features. You can customize it as per your needs.
It has a huge library of extensions which are really handy.
I think VScode is best for web developers. Whatsoever.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I have been given a code of core-PHP which is basically an extension of chrome. It is a content scraper type tool which will fetch data and post to our system. Any shared content will be posting on social ids which are attached to it.
Now I am supposed to rebuild the system in laravel and I am getting stuck on how to take this core PHP built code (extension) and re-develop in Laravel. What major changes I will be supposed to? Will this extension be rewritten?
And how that previously written core PHP code will be used in order to develop with laravel.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Which is better? To have php cache through my server or installing a cache plugin (wordpress).
Synergy is the key to making a site load quickly. Browser Cache, Compressed Images and loading Java Script last are probably the most advantageous, will yield the biggest return for your time.
W3 Total Cache is a plug in trusted for improving the performance of many WordPress sites. You will need to spend some time learning about the plugin's features but it will defiantly get you going in the right direction.
However, I would start with Google's Page Speed Insights to give yourself a baseline as you make changes via W3 Total Cache.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Particularly, for PHP development, which one performs better? I'd like to deploy a Zend Framework 1.X app on the chosen platform. Which one makes this easier/possible?
One thing I particularly love about Pagodabox is how they "force" you to use git (or some other version control system). I know you probably wouldn't use either GAE of PB for trivial projects, so you're probably already using some version control system. But I still think that's a nice touch of them. Plus it makes deploying that much easier.