PHP Check Word Exist in String or Not Example
I want to share this posts because when i was working in my laravel application i need to find word from string, I mean check string contains word or not but i try to do, at last i found two way we ca.....
Bootstrap Timepicker using Datetimepicker JS Example
In this example i give you how to add timepicker in your php application or html etc. this is full example if you just copy and past bellow code then you can find timepicker. you no need to install an.....
How to Get a Current Page URL in PHP?
Hi Folks, In this comprehensive tutorial, we will learn get current page url in php. you can see get full url in php. you will learn get absolute url in php. you can understand a concept of get curren.....
Laravel - Paypal Payment Integration example using netshell/paypal package from scratch
Paypal is very popular payment gateway. Most of the persone are choose paypal as payment gateway because it is very secure and pretty simple way to use. If you want to use Paypal API in your laravel 5.....
How to Execute MySQL Query in Laravel?
Sometimes, we require to run directly mysql query on Laravel for example if you need to copy one table to other table using mysql query. I also need in one project and that's why i am fetching problem.....
Laravel 5.2 multi auth example using Auth guard from scratch
Multiple authentication is very important in big application of laravel. If you work on large project then you mostly prefer to diferente tables, like you always prefer "users" table for site user reg.....
How to Concat Two Columns in Laravel?
Hello Folks, Today, I will let you know example of how to concat two columns in laravel. This post will give you a simple example of laravel concatenate string select query. you can understand a conce.....
Laravel Eloquent Inner Join with Multiple Conditions Example
Hi Friends, In this tutorial, you will learn laravel eloquent inner join with multiple conditions. we will help you to give an example of laravel inner join with multiple conditions. I’m going to sh.....
How to Install Sublime Text Editor 3 in Ubuntu?
Sublime Text is a very popular text editor in nowdays. Most of the developer chooes Sublime Test for codding because it is very smooth and pretty easy. I think specially most of the PHP developer are .....
How to Get the File Size in PHP?
Hi Artisan, In this quick example, let's see how to get file size in php. you can understand a concept of get image size in php. This tutorial will give you a simple example of check image size in php.....
JQuery Delete Confirm Modal using Bootbox Example
We always need ask confirmation for remove items. I mean we always ask before deleting items. So if you need to ask confirm before do something like delete, change status, change value etc as you requ.....
Laravel Eloquent Where Like Query Example Tutorial
Hi Guys, Are you looking for an example of laravel eloquent where like query. If you have a question about laravel eloquent like query then I will give a simple example with a solution. you will learn.....