PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
Laravel is a web framework for the development of web applications following the model–view–controller architectural pattern.
Redis is an open-source in-memory database project implementing a distributed, in-memory key-value store with optional durability.
Nginx is a web server which can also be used as a reverse proxy, load balancer and HTTP cache.
Vue.js is an open-source progressive JavaScript framework for building user interfaces. Integration into projects that use other JavaScript libraries is made easy with Vue because it is designed to be incrementally adoptable.
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
Sass is a scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).
Bootstrap is a free and open-source front-end web framework for designing websites and web applications.
PHPUnit is a unit testing framework for the PHP programming language. It is an instance of the xUnit architecture for unit testing frameworks that originated with SUnit and became popular with JUnit.
Faker is a PHP library that generates fake data for the developer. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.
Node.js is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side.
Laravel Mix provides a clean, fluent API for defining basic webpack build steps for your Laravel application. Mix supports several common CSS and JavaScript pre-processors.
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
This package generates a file that your IDE understands, so it can provide accurate autocompletion. Generation is done based on the files in your project, so they are always up-to-date.