Laravel Course

Laravel is a flexible PHP framework for modern web development, that will make the development process easier and much faster, following the model–view–controller (MVC) architectural pattern.

This Laravel Mini-Course is indicated for web developers that know PHP; it contains tutorials for beginner and average level with examples and codes from what I studied about Laravel from various resources on the internet.

Laravel Tutorials


laravel logo

References

- Laravel - Documentation
- Laravel - Tutorials

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Click on the tag that creates an ordered list
<ul> <tr> <ol>
<ol>
  <li>List-1</li>
  <li>List-2</li>
</ol>
Which selector represents the ID of an element in CSS
.name #name name
#id {
  color: #0110fb;
}
What statement creates an object in JavaScript?
{} [] new Date()
var obj = {"site": "CoursesWeb.net", "pr": 5};
alert(obj.site);
Indicate the instruction used to evaluate if a condiition is True or False
else if() switch()
$var = 8;
if($var == 8) echo $var;
PHP Laravel Tutorials

Last accessed pages

  1. CSS Border (5979)
  2. Date and Time in ActionScript 3 (9976)
  3. Insert, Select and Update NULL value in MySQL (59014)
  4. Rectangle, Oval, Polygon - Star (3216)
  5. Redirects (4802)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (6)
  2. Adobe Flash Courses ActionScript 3 Tutorials (3)
  3. PHP-MySQL free course, online tutorials PHP MySQL code (3)
  4. Animation with the Timer class (3)
  5. ActionScript 3 Lessons (3)