Node Package Manager (npm) is one of the several package managers (default for Node.js) for JavaScript released in 2010. It is used to manage dependencies for packages. npm consists of: The npm’s website makes it possible to find third-party packages, […]
Creating a Laravel Project
Laravel architectureLaravel historyThe Pros of LaravelThe Cons of LaravelGetting started with your own Laravel projectLaravel for backendBuilding Laravel Projects with TemplatesBuilding Laravel Projects with Flatlogic Laravel is a PHP-based backend framework. It follows the Model-View-Controller design pattern which explains many […]