by vignesh_palanivel | Feb 16, 2016 | AngularJS, Laravel, PHP, Technology, Web Development
Blade is the simple, yet powerful templating engine provided with Laravel. Unlike other popular PHP templating engines, Blade does not restrict you from using plain PHP code in your views. All Blade views are compiled into plain PHP code and cached until they are...
by vignesh_palanivel | Feb 14, 2016 | Laravel, Linux, PHP, Technology, Web Development
Laravel is a free, open-source PHP web framework and intended for the development of web applications following the model-view-controller(MVC) architectural pattern. Laravel providing the Task Scheduling option. The Laravel command scheduler allows you to fluently and...
by vignesh_palanivel | Feb 13, 2016 | Installation, PHP, Technology, Web Development, Wordpress
WordPress has been used to create beautiful and powerful websites or blogs. We are using different WordPress packages for multiple sites (Ex: Company/Personal and Blog). But, WordPress has multisite option, we can access the multisite through single admin panel....