The career gaming Monster Get better during of this 888 Gambling residential home might need online players in your global throughout that the mythical beasts exist. Societal wagering dwelling online games is going to be mainly intended with regard to excitement makes use of highlight undeniably zero effect on any specific probable possibility triumphs in internet casino having authentic funds.
Category: PHP
PHP 7.2 What’s new features and improvements
PHP 7.2 has released officially with new features, functions and several smaller core improvements. PHP 7.2 has come with some new security functions and language legacy clean ups. it provides a big performance boost and it is faster than PHP 7. Here I will describe about the new released features that are mentions as below. PHP 7.2 features Parameter type…
How to create a globally accessible helper class in Laravel 5.5
Helper class in laravel is a class that contains all those functions which are performs common tasks and can be reused in our application. Here we will create a class which contains reusable functions and these functions can be called every where in your laravel application. So let’s start to create our helper class that will globally accessible. How to…
WordPress customization part 1- removing menu from wordpress dashboard
This is the first part of wordpress customization series. In this tutorial i will discus about removing menu from wordpress dashboard. Removing a menu from dashboard doesn’t means that the menu has removed forever but it is just hide from admin screen. WordPress is a very popular cms (Content Management System) that provide us a very usual and easy back end environment.…
Laravel voyager – The best free admin package for laravel
Laravel Voyager Introduction Laravel Voyager is a admin package that facilitate full administration system for Laravel framework. Voyager includes BREAD(CRUD) operations, a media manager, menu builder and much more features. BREAD/CRUD Builder Voyager provide a system that is called BREAD that means Browse, Read, Edit, Add and Delete. Using this functionality you can easily add any views and functionality to…
Laravel 5.6 – What’s new are releasing ?
Laravel 5.6 is ready to release in February 2018. Laravel 5.6 is releases, it is a good news for the lovers of laravel. Every one who work with php, knows about the Laravel. It is a very powerful and popular framework. In last two years, Laravel become the most popular framework. Laravel has a large community of developers, so it releases…
Facebook Social plugins for your website
Facebook provides a lot of options to bloggers to integrate their platform to your websites.Facebook has a huge popularity and users. Facebook give you a chance to take the advantage of FB to propagate your business. Thousands of peoples are staying login with it at a time. You can get a lot of traffic from Facebook to your site using…
Bulma getting started with modern framework
Bulma is an open source flexbox based css framework. Bulma is fully responsive and 100% free of cost. It is developed by Jeremy Thomas. Flexbox is new layout mode in css3 for different screen sizes and devices. There are a lot of css frameworks available at that time around the web like Twitter Bootstrap , foundation, Gumby, UI KIT etc. Bulma is a css…
Codeigniter 4 release new features
Codeigniter 4 Overview Codeigniter 4 that is going to release after few month and Guys i am happy to talk about it . A lot of people were feeling that codeigniter will not survive more time because the lack of update. But it is true that codeigniter is still alive and coming with version 4. CI 4 has a lot…
How to remove index.php from url in Codeigniter
Codeigniter is rapid development php web framework used to develop fully featured dynamic websites. It is loosely based on MVC (Model, View, Controller) Pattern and famous for it speed in comparison of other PHP Frameworks. Here we will discuss about the topic “How to remove index.php file from url in codeigniter ?”. Why we want to remove index.php from Codeigniter…