JQuery Select Box with Search using Select2 JS Example
We always like to choose good plugin for search option in select box. In this example i added select2.js, that provide select box with search option. If you use select2.js, you don't require to add .....
How to create authentication(login and registration) in Laravel 5.2?
We always wanted to do authentication system in your project, i mean sign-in, sign-out, sign-up and forgot password for our project. If you work on core PHP, or any PHP framework then it will take lon.....
How to Get the Current URL using JQuery?
Hey, This article is focused on jquery get current url. you will learn get current url in javascript example. if you want to see an example of get page url in jquery then you are in the right place. I.....
How to Get Current Controller Name in View Laravel?
If you require to get current controller name in your view file or in your middleware or your serviceprovider etc. you can get your controller details from current route like UserController, HomeContr.....
Bootstrap SweetAlert Confirm Dialog Box Model Example
When we deal with delete task then we always require to ask with model dialog and yes or no for conformation with message. So, if you have bootstrap then you can use simply SweetAlert plugin. Bootstra.....
Laravel 5 and Vue JS CRUD with Pagination example and demo from scratch
In Todays, Most popular JS Framework are Angular JS and Vue JS. Angular JS and Vue JS are a very user friendly JS Framework and most popular. It provides to manage whole project or application without.....
PHP - Opencart This Merchant is not Enabled for Auth/settle - Solved
When i was learning opencart and i was trying to setup paypal integration with sand box then i fetch one error. Every thing was working proper but when i try to pay money i found error like as bellow:.....
How to Get Size of Directory in MB Laravel?
Mostly we require to calculate for uploaded directory size because we can see how much we size allocate in uploaded directory. If you have limited server then you always need to check how much size of.....
Laravel - Gulp Error Cannot Find Module Laravel-elixir - Solved
If you also find error like "laravel-elixir not found" on gulp then you can install laravel-elixir npm package manually. I also fetch this error when i was new in laravel and working with gulp first t.....
How to Get Last 2 Days Records from Table using MySQL Query?
We may sometimes require to get few days ago records from table like last 2 days, last 3 days, last 10 days or last 15 days etc. Most of developer choose other logic but we can easily get using mysql .....
How to Clear Log File using Command in Laravel?
I was working on my laravel project, i found one issue that too much load my log file when i open and i want to remove that data, i mean hang my system and must need to restart my system. I thought wh.....
Git - fatal: Failed to connect to bitbucket.org port 443: Network is unreachable - Solved
When i was working on my project repository i found error "fatal: unable to access 'myrepo' Failed to connect to bitbucket.org port 443: Network is unreachable" few day ago. when i going to just git p.....