Skip to content

Jubair-Bin-Harun/Basic-PHP-to-Advance-Laravel

 
 

Repository files navigation

Basic-PHP-to-Advance-Laravel

alt

Class 1 Overview

Click Here 1 Github
  • What is Git & Github

  • Why need Git & Github

  • Git bash Downloads & Installation

  • Create an Account on Github

  • Create project Local to Online

  • Create Project Online

  • How to fork any github project from another account.

  • IDE / Code Editor

  • Vs Code Downloads

  • Vs Code Editor keyboard shortcuts

  • Important Package installation

Resorce From the very beginning, we have to know about git & github to showcase our daily practice and work for future use.

And secondly we have to know about vs keyboard shortcuts to save our time in coding, and install essential packages for extra facilities in vs code.

Alignment

Class 2 Overview

Click Here

PHP Language.

  • History of php

  • How does php work

  • Power of php

Environment setup, Code Structure & Run Code

  • Server setup

  • Code syntax & run code

  • How to write Php code in html.

Variable

  • What is Variable?

  • Declaration rules of common variables.

  • Declaration rules of Constant variables.

  • Different between variable & constant.

Print Way

  • Concat string, inverted comma.

  • echo, Printf, sprintf

Different types of Data types

  • Most commonly used scalar (মৌলিক) data types - (String, Integer, float, Boolean)

  • Compound (যৌগিক) data types - (Array, Object)

  • Null, Resource

Class 3

Click Here
  • Operators and its types in php

Arithmetic (গাণিতিক অপারেটর)

  • , - , * , / , % (Modulus), ** (Exponentiation)
Operator Name Example Result
+ Addition $x + $y Sum of $x and $y
- Subtraction $x - $y Difference of $x and $y
* Multiplication $x * $y Product of $x and $y
/ Division $x / $y Quotient of $x and $y
% Modulus $x % $y Remainder of $x divided by $y
% Modulus $x % $y Remainder of $x divided by $y
  • Assignment (নির্ধারণ অপারেটর)

  • =, +=, -=, *=, /=

Assignment|Same as...|Description| --------------|-------|-----------|-------| x = y| x = y| The left operand gets set to the value of the expression on the right x += y| x = x + y| Addition

Class 4

Click Here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.0%
  • PHP 33.0%
  • Hack 8.0%