Hello everyone, welcome back ! Here am going to tell how to implement social logins in your laravel applications using Socialite package. I will cover most popular social sites like…
As routing and pagination is very simple in laravel, authentication is not much different, it is very simple too, everything is configured out of the box. By default, laravel comes…
Hello readers, am back with another tutorial, here we will see how to use cryptography – cryptographic functions like encryption,decryption for handling and managing sensitive data and hashing algorithms for storing and…
In this post we will install laravel framework . There are a few system requirements to install laravel framework as stated in laravel official website , PHP >= 5.5.9 OpenSSL PHP…
Hello readers, here we will discuss an interesting topic now, the most asked and debated question – laravel project in shared hosting ? Some say you can and some say you…
Here we ‘ll see about routing in laravel. All laravel routes are defined in routes.php file (located at app/Http/routes.php). Routing is very simple, clear and one of the coolest feature…
Hello every one, welcome back ! This post is an extension to a previous post on DataTables, where we initiated data tables with basic initialization. As many readers suggested to make…
Here we ‘ll see about how to implement search functionality in laravel. we ‘ll search the data from the database and show the search results in a table. Search form…