Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

PHP

This document covers some of the important concepts for PHP that a developer must learn. These may cover some very basic concepts to advanced concepts as well.

Official documentation

  1. PHP documentation: https://www.php.net/docs.php

Online resources

Complete PHP for beginners

  1. https://laracasts.com/series/php-for-beginners

Composer:

  1. https://laracasts.com/series/php-for-beginners/episodes/21

Single Responsibility Principle

  1. https://laracasts.com/series/solid-principles-in-php/episodes/1

Best practices

  1. https://laracasts.com/series/simple-rules-for-simpler-code

Object-Oriented programming in PHP

  1. https://laracasts.com/series/object-oriented-bootcamp-in-php

Books

To be added.

Exercises

To be added.