Perspectives
  • Home
  • WordPress
  • WebDev
  • PHP
  • WeChat
  • Vue

Composer

A collection of 2 posts

Laravel Development with Docker and VS Code
Laravel
24 Aug 2020 • 2 min read

Laravel Development with Docker and VS Code

A flexible starting template for full stack development with Laravel as API endpoint and admin dashboard and vuejs SPA as frontend application. It enables unit testing with each components, regular dependency updates, local hosting and development servers. VS Code is the default coding tool.

Read more
15 Jan 2017 • 1 min read

Basis of Composer for PHP

The Core File * composer.json The Keys The require Key Specifying the dependency of the project, the packages that the project depends on. { "require": { "monolog/monolog": "1.0.*" // "package name" : "version" } } Package Name (monolog/monolog) Consist of a vendor name and a library name Version (1.0.*) Range: >, >=, <, <=, != Hyphen(-)

Read more
  • Home
  • WordPress
  • WebDev
  • PHP
  • WeChat
  • Vue

FOLLOW ME ON

WeChat bilibili facebook youtube
DESIGNED BY WAICHUNG, PUBLISHED WITH GHOST