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
Which tag adds an image in web page?
<div> <img> <span>
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Which of these CSS codes displays the text oblique?
font-style: italic; text-decoration: underline; font-weight: 500;
#id {
  font-style: italic;
}
Click on the jQuery function used to hide with animation a HTML element.
click() hide() show()
$(document).ready(function() {
  $(".a_class").click(function(){ $(this).hide("slow"); });
});
Click on the correctly defined function in PHP.
fname function() {} function fname() {} function $fname() {};
function fname($a, $b) {
  echo $a * $b;
}
PHP Laravel Tutorials

Last accessed pages

  1. Superglobal $_SERVER Array (3120)
  2. Functions with Object and Array arguments (5441)
  3. Get and Modify content of an Iframe (32099)
  4. Using Variable and Function with Name from String in JavaScript (1125)
  5. CSS3 Flexbox Item (599)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (324)
  2. Read Excel file data in PHP - PhpExcelReader (118)
  3. The Four Agreements (97)
  4. PHP Unzipper - Extract Zip, Rar Archives (94)
  5. The Mastery of Love (87)
Chat
Chat or leave a message for the other users
Full screenInchide