Laravel now a days is market standard for web development. Almost every job in PHP community requires experience in Laravel. But learning it sometimes become harder for beginners. Because it…
Category: Laravel
In my previous post, we have seen how to install Laravel on Windows using XAMPP. In this tutorial we will see the directory structure of Laravel. Before jumping into the…
Launched in June 2011, Laravel is one of the most popular open-source PHP framework till now. Laravel is developed by Taylor Otwell and follow MVC (Model-View-Controller) design pattern. Purpose of…
In my previous post we have successfully installed laravel on xampp and tested via php artisan serve command. Artisan is the command line interface included in laravel. We will discuss…