[SOLVED] Error: Access CSS/js file in Local and Laravel-development Server both.

In Laravel, our all assets are in the public directory, But it gives error while we run Same code in Laravel development server and Local Server. See below how If…

Read more »

Master/fixed layout in Laravel.

@yield(“Parameter”) :- It is a section which requires to be filled in by your view which extends the layout. You could pass it a default value through the second parameter if you’d…

Read more »

How to pass data to views in Laravel.

There are 4 ways to send data to view:- 1. Using an array function : array()2. Using compact function : compact()3. Using with : with([]) 4. Using withvariablename : withName()…

Read more »

How to Install and create a project in Laravel for Windows User!

Before installing Laravel Composer, ensure that you have installed Xampp Server and Git-Bash. If not installed then go to this link and install:- xampp:- https://www.apachefriends.org/download.htmlGit-bash:- https://gitforwindows.org/ After that, We install…

Read more »

Numeric Array, Array Function, and Double Array Operator in PHP.

Numeric Array Sample Program Output:- Rahul Array Function Array() function is used to create an array. Syntax $array_name = array(“value1″,”value2″,”value3”,……..); For Example $name = array(“Sushant”,”Rahul”,”Sameer”,”sujeet”); Note:- By Default, array starts…

Read more »

Array and Its Type in PHP.

An array is a collection of data items stored under a single name. Array provides a mechanism for declaring and accessing several data items with only one identifier, thereby simplifying…

Read more »

For Loop and Nested For Loop in PHP.

For Loop The for loop is frequently used, when a loop is to run for a fixed number of time. Syntax for (initialization; test-condition; increment/decrement) { block of statements; }…

Read more »

While, Nested While, Do While, and Nested Do While Loop in PHP.

While Loop The While loop keeps repeating an action until an association condition returns False. It means that when a while loop started, it checks the condition, if it’s true…

Read more »

Else-If Statement, Ternary or Conditional Operator and Switch Statement in PHP

Else-If Statement Syntax Sample Program Output In the above program, if the First condition is false then it will check the third condition, if it’s true then print it else…

Read more »

Logical, Increment, decrement, and String Operators in PHP.

Logical Operators 1. Logical AND(&&/and). There are two Logical AND Operators, First && and 2nd and where First Operator has higher precedence(means higher priority) than 2nd. It Compares two expressions…

Read more »

Difference between Single Equal, Double Equal, Triple Equal, Not Equal, and Not Identical in PHP?

Single Equal It is Known as Assignment Operator means it assigns a constant value in a variable. For Example : A Constant Value (10) is assigned to the variable $num1,…

Read more »

What are If, Nested if, if else and, Nested if else Statement in PHP?

If Statement and Nested if Statement If statement is used to execute when a statement or a block of statement only if the condition is fulfilled or true. Syntax For One…

Read more »

What are Comments, Constant Variable, String Interpolation, Arithmetic and Assignment Operators in PHP?

Comments in PHP Comments are those human-readable texts that we should add to make our code more understandable for other programmes. It is ignored by PHP and doesn’t affect your…

Read more »

CSS Tutorial for beginners (Step by Step) with Examples(Part3).

i. Universal Style Class It is a type of style class which is used by any element of the HTML document. Universal Style Class Starts with a dot(.) operator and…

Read more »

CSS Tutorial for beginners (Step by Step) with Examples(Part2).

What is Internal Style Sheet? An internal style sheet is a set of style that is created as a part of an HTML document. An internal style sheet may be…

Read more »

CSS Tutorial for beginners (Step by Step) with Examples(Part1).

Introduction to CSS? CSS stands for Cascading Style Sheet. It is a style sheet language which is used to describe the presentation of a document. We can improve the looks…

Read more »

Echo Statement, Print Statement, and Here document in PHP.

Echo Statement This statement is used to output the data to the screen or printing text on the screen. For Example:- echo “Sushant Kumar”;echo ‘Sushant Kumar’;echo 59.236;echo (“Sushant Kumar”);echo “Sushant”…

Read more »

What is a client, Server, Internal Data Types, and Variables in PHP?

Php Introduction PHP is an open Source Server-side programming/ Scripting language that suited for web development and can be embedded into HTML. PHP stands for Hypertext Preprocessor But it’s original…

Read more »

Top Plagiarism Checker Tool For SEO in 2020.

Q1. What is Plagiarism Checker? Plagiarism Checker means Duplicate Content Finder. It a free online tool to scan duplicate content with accuracy in no time. It accurately detects copyright content…

Read more »