PHP, OOP & Laravel কোর্সে ভর্তি চলছে
..........................................................
👉ক্লাস হবে সপ্তাহে ২ দিন তিন মাস
👉 মোট ক্লাস : ২৪ টা
👉 প্রতিটি ক্লাসের সময়ঃ ২ ঘণ্টা করে।
👉 কোর্স ফিঃ ১৫,৫০০ টাকা (কোর্স ফি ২ টা ইন্সটলমেন্টে দেয়া যাবে)
PHP, OOP & Laravel এ ক্যারিয়ার শুরু করার অন্যতম প্রধান কারন হচ্ছে, এর ক্রমবর্ধমান কর্মক্ষেত্র । যেহেতু এর প্রচুর চাহিদা রয়েছে তাই শেখার পরে কাজ করার অফুরন্ত সুযোগ রয়েছে। এছাড়াও উন্নত ক্যারিয়ার গঠনে PHP, OOP & Laravel একটি আদর্শ হাতিয়ার হিসেবে কাজ করবে।
৩ মাসের এই কোর্সটি করে আপনি হতে পারবেন একজন PHP, OOP & Laravel Developer এবং কাজ করতে পারবেন অনলাইন ও আমাদের টিমে।
যারা আমাদের কোর্স গুলোতে অংশগ্রহন করবেন, তাদের উপার্জন শুরু না হওয়া পর্যন্ত আমাদের পূর্ণ সহযোগিতা পাবেন। আমাদের PHP, OOP & Laravel এবং ফ্রিল্যান্সিং এক্সপার্টদের মাধ্যমে নিয়মিত মনিটরিং সেশনের ব্যবস্থা করা হবে। যা আপনার কর্মব্যবস্থা নিশ্চিত করতে শতভাগ ভূমিকা রাখবে।
বিস্তারিত জানতে এখনি যোগাযোগ করুন :
বিএনএস সেন্টার, লিফট-৫, ৬ষ্ঠ তলা
রুম নম্বর- ৬১০, সেক্টর # ০৭,
উত্তরা, ঢাকা-১২৩০
মোবাইল: 01714 262 717 , 01970 900 933
৩ মাসের এই কোর্সে যা যা থাকবেঃ
Object Oriented PHP Basics
● Object Oriented PHP role in the WWW
●The php.ini File
● Basic PHP Syntax
● PHP Tags
● PHP Tags
● PHP Statements and Whitespace
● Comments
● PHP Functions
● Hello World!
● Variables
● Variable Types
● Variable Names (Identifiers)
● Variable Scope
● Superglobals
● Constants
● PHP Operators
● Creating Dynamic Pages
Flow Control
● Conditional Processing
● If Conditions
● Loops
● while
● do...while
● for
● break and continue
Arrays
● Enumerated Arrays
● Initializing Arrays
● Appending to an Array
● Reading from Arrays
● Looping through Arrays
● Associative Arrays
● Initializing Associative Arrays
● Reading from Associative Arrays
● Looping through Associative Arrays
● Superglobal Arrays
● Two-dimensional Arrays
● Reading from Two-dimensional Arrays
● Looping through Two-dimensional Arrays
● Array Manipulation Functions
String Manipulation
● Formatting Strings
● Concatenation
● String Manipulation Functions
● Examples of String Functions
● Magic Quotes
● magic_quotes_gpc
● magic_quotes_runtime
● Recommendation on Magic Quotes
Reusing Code and Writing Functions
● Including Files
● require
● require_once
● auto_prepend_file and auto_append_file
● User Functions
● Defining and Calling Functions
● Variable Scope
● By Reference vs. By Value
● Form Processing
● Variable Scope
Object Oriented Programming
● Defining a class
● Defining a Method, Properties
● Access Control Modifiers, Data Access
● Class Inheritance
● Abstract Class, Final Class, Final Method, Interface.
● PHP Traits, Static Keyword.
● Namespace
Windows – Local Environment Setup:
● Installing PHP development environment IDE install
● Composer
● Git
● Creating a Laravel project
● Virtual Hosts
● Opening a project in the IDE
Laravel Fundamentals
● Laravel Structure Overview Routing
● Middleware
● Laravel Request Lifecycle
Laravel Fundamentals – MVC & Other
● Controllers
● Models
● Views
● Library
● Helper
● Artisan
● Encryption
● Session
● Service Container, Facades
Laravel Fundamentals – Laravel Blade templating engine:
● Master layout setup
● Some more blade features
Laravel Fundamentals – Database – Laravel Migrations:
● Environment configurations
● Migrating
● Creating migration and dropping them
● Adding columns to existing tables using migrations
● Some more migration commands
Laravel Fundamentals – Query builder
● Inserting data Reading Data
● Updating Data Deleting Data
● Joining Query
Laravel Fundamentals – Database – Eloquent / ORM:
● Reading Data
● Reading / Finding with Constraints More ways to retrieve data
● Inserting / Saving Data
● Eloquent Relationship