Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Pagination in Laravel 5.x

It is very painful to use pagination in other framework but In Laravel 5.x it is very easy to implement pagination. By using paginate method on the query builder we will takes care of setting the proper limit and offset based on the current page bein

What to pass as parameters to the Url class?

There are n number of situation where we want to pass parameter in URL and use that parameter in our controller.That can be easily explain by using example: There are few steps which I have implemented that are: Step 1:First we will define our rou

Component & Helper in Cakephp and why are they used?

Hello Readers A component is an independent piece of code written for specific task in cakephp that can be used for Emails, RequestHandling etc. Components is basically a package of logics that are shared between controllers. User also create their

Android Iphone push notifications php API

Push notifications are messages that allow an app to notify of a message similar to how a text message pops up on your screen with a sound.Code for Android ,Iphone API push notification is given below by using urban airship Android Push Notificatio

Laravel 4.x Queue

Laravel Queue is one of the best feather of laravel 4.x. When we want to make our site fast and we have to fetch and store large amount of data then we will run our query on back end. In laravel 4.x by using queue we can run time consuming on back en

Magento install error - Exception printing is disabled

How to Solve Magento installation error ? Magento install error - Exception printing is disabled There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number: 2136883556890

Implement SMS Gateway just in 5 Minutes using php

If you want to implement SMS gateway using php.It's now very easy. Use clickatell SMS Gateway. To implement clickatell SMS Gateway you have to follow below simple steps. Step 1: Just go to the clickatell website.The url of clickatell site is as

How to Store and Update Multidimensional Array in PHP

I want to store and update multidimensional array data    The data is coming in this form    array:7 [ "address_heading" => array:2 [ 0 => "address_heading_1" 1 => "address_heading_

How to open and read files with PHP

Before reading information from any file,we have to open the file for reading. This Blog will help you to find the code to read-open-close the file(s) on server we have created with PHP. Opening a file:fopen() This function enables to open a PHP

How to check if mobile is already register during register via ajax

Hello Reader's if you are developing a user based registration portal and you want to make unique mobile number facility then you can do this via ajax and php. In this tutorial we will see how to develop the portal which will check and verify use

1 31 39
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: