WordPress Tutorial Day 2
Learning Objective: Now Let’s explore the functionality of WordPress Admin Panel. Appearance -> Themes Plugins -> Installed Plugins Posts Pages Media
WordPress Tutorial Day 2 Read More »
Learning Objective: Now Let’s explore the functionality of WordPress Admin Panel. Appearance -> Themes Plugins -> Installed Plugins Posts Pages Media
WordPress Tutorial Day 2 Read More »
Learning Objective: Now Let’s explore useful WordPress Themes which can help you to build website easily. WordPress Provides Thousands of Themes but we would like to discuss about the WordPress Popular Themes Astra. Astra Themes Per day download is almost 5000. Astra Themes Provides 50+ Various Website with Complete Layouts, Contents and more. Still Having a
WordPress Tutorial Day 3 Read More »
Learning Objective: Now Let’s explore useful WordPress Plugins which are popular and very useful for your website development. WordPress Plugin 1 : Contact Form 7 When you want to collect data from the users then you can use this plugins. For example contact us form, student data collection, inquiry data collection, etc. WordPress Plugin 2 :
WordPress Tutorial Day 4 Read More »
Learning Objective: Now Let’s explore useful WordPress Settings. Settings > General Settings Site TitleTaglineWordPress Address (URL)Site Address (URL)Administration Email Address Settings > Permalink Settings PlainDay and nameMonth and nameNumericPost nameCustom Structure
WordPress Tutorial Day 5 Read More »
Project Ideas for Computer Science Students. If you are doing BCA, MSC IT, BE IT, BE CSE, Diploma, Degree or MCA then you should develop such projects, Make them live on Free/Paid Hosting and don’t forget to add it to your resume. 1)Hardware Complain tracking: When your computer/laptop stops working you generally call to hardware
Project Ideas for Computer Science Students Read More »
Learning Objectives: To understand the fundamental about PHP Laravel, Installation and Hello World Example. Install LAMP into Ubuntu Reference Website to Install Composer in Ubuntu sudo apt update sudo apt install php-cli unzip cd ~curl -sS https://getcomposer.org/installer -o composer-setup.php sudo php composer-setup.php –install-dir=/usr/local/bin –filename=composer composer Install Composer https://getcomposer.org/download/ Install Laravel https://laravel.com/docs/9.x#getting-started-on-windows Create Hello World Project
Laravel Tutorial Day 1 Read More »
Learning Objectives: To understand URLs to Access and Management of Laravel Routes. Routes are the way to setup some view/controller for the specific URL. When the user opens the home page we would like to display some content from the view (view name for this example is welcome) So first create a view name: welcome
Laravel Tutorial Day 2 Read More »
Learning Objectives: Till now you have learned the basics of Laravel to create pages and set URLs for the website. Now it’s time to learn the core element structures like loops, conditions, and so on. PHP Laravel if else if endif Examples: PHP Laravel switch Examples: PHP Laravel for loop Examples: PHP Laravel foreach loop
Laravel Tutorial Day 3 Read More »
Learning Objectives: Understanding the use of Controller. As its name says it’s a Controller, so you can manage many things using this Controller. Let’s Make a Controller and see the demo also we will make the Login Page and Its verification code using the get and post method respectively. Command to Create Controller in Laravel:
Laravel Tutorial Day 4 Read More »
Learning Objectives: Understanding the use of MySQL Database using Laravel Migration. We will learn the process of creating a table using Migration in Laravel. Step 1: MySQL Database Connection Settings Goto .env file and set up your MySQL database name. First go to PHPMyAdmin and create a new database name as: db1 then in .the env
Laravel Tutorial Day 5 Read More »