- Magento 2 Development Essentials
- Fernando J. Miguel
- 221字
- 2021-07-16 13:11:03
XAMPP PHP development environment
The XAMPP is a complete web development environment. On its install package, we can find Apache, MySQL, PHP, and Perl. This is everything that you will want to develop your solutions!
At this time, you can imagine the meaning of XAMPP, but the X before the AMPP has the meaning of cross or cross-platform. So, we have XAMMP: (X) Cross-platform, Apache, Maria DB, PHP, and Perl.
The goal of XAMPP is to build an easy-to-install distribution for developers to get into the world of Apache. XAMPP is a project of Apache Friends (Apache Friends is a non-profit project to promote the Apache web server).
Why we are working with this software? Let's find out:
- Apache (http://httpd.apache.org/): This has been the most popular web server on the Internet since April 1995 providing secure, efficient, and extensible HTTP services in sync with the current HTTP standards
- MariaDB (https://mariadb.org/): This strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server
- PHP (http://php.net/): This is a popular general-purpose scripting language that is especially suited to web development; and, most importantly, it is the main language of Magento
- Perl (https://www.perl.org/): This is a highly capable, feature-rich programming language with over 27 years of development
So far so good, but how about doing some action?
推薦閱讀
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- Android Development with Kotlin
- Learning Bayesian Models with R
- Implementing Cisco Networking Solutions
- Banana Pi Cookbook
- 從0到1:Python數(shù)據(jù)分析
- Mastering Drupal 8 Views
- 從零開始學(xué)C#
- Django 3.0入門與實(shí)踐
- 硬件產(chǎn)品設(shè)計(jì)與開發(fā):從原型到交付
- Scala編程實(shí)戰(zhàn)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Java高級(jí)程序設(shè)計(jì)
- Neo4j權(quán)威指南 (圖數(shù)據(jù)庫技術(shù)叢書)
- 算法學(xué)習(xí)與應(yīng)用從入門到精通