Vision-X / php-laravel-v5v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP / LARAVEL / COMPOSER / ARTISAN

Notes

  1. PHP: Server scripting language, powerful for making dynamic and interactive web apps. Free, open-source alternative to Microsoft's ASP
  1. Laravel: Free, Open-source PHP web framework intended for web apps leveraging the MVC architectural pattern.
  1. Composer: A tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage them for you. Strongly inspired by node's npm and ruby's bundler.
  1. Artisan: Command-line interface included with Laravel. It provides a number of helpful commands for use while developing. It is driven by the Symfony Console component.

About


Languages

Language:PHP 90.9%Language:HTML 8.5%Language:JavaScript 0.7%