I want to manage all my events on a calendar and want to have all the information on one place on a website. What should I do? I think, I will use jQuery FullCalendar for it. If I am using WordPress, I can find so many plugins for full fling this requirement. But my problem… [Read More]
Install Laravel via composer
Laravel: This article is about one of the new PHP Framework Laravel. It is for me the best framework to develop any kind of web application. So let take an overview about Laravel Framework. It is a free, open source PHP framework by following the MVC (model–view–controller) pattern. Install Laravel via composer: Laravel depends on a lot of external… [Read More]
Laravel Blade Template
Template: As we all know what is templating. We use a template structure in our any type of site like divide layout in footer, header, sidebar called layout or templating. Laravel Blade Template: In this article we learn about How to create layout in laravel using blade templating.Blade is a simple, easy and wonderful template… [Read More]