ItSolutionStuff.com

Featured Post

JQuery Select Box with Search using Select2 JS Example

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 .....

By Hardik Savani Jul 29, 2016 | jQuery Read More
How to create authentication(login and registration) in Laravel 5.2?

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.....

By Hardik Savani Jul 28, 2016 | Laravel Read More
How to Get the Current URL using JQuery?

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.....

By Hardik Savani Jul 27, 2016 | jQuery Read More
How to Get Current Controller Name in View Laravel?

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.....

By Hardik Savani Jul 27, 2016 | Laravel Read More
Bootstrap SweetAlert Confirm Dialog Box Model Example

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.....

By Hardik Savani Jul 26, 2016 | Bootstrap, jQuery Read More
Laravel 5 and Vue JS CRUD with Pagination example and demo from scratch

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.....

By Hardik Savani Jul 26, 2016 | Laravel, Vue.JS Read More
PHP - Opencart This Merchant is not Enabled for Auth/settle - Solved

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:.....

By Hardik Savani Jul 25, 2016 | PHP, Opencart Read More
How to Get Size of Directory in MB Laravel?

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.....

By Hardik Savani Jul 23, 2016 | Laravel Read More
Laravel - Gulp Error Cannot Find Module Laravel-elixir - Solved

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.....

By Hardik Savani Jul 22, 2016 | Laravel Read More
How to Get Last 2 Days Records from Table using MySQL Query?

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 .....

By Hardik Savani Jul 22, 2016 | MySql Read More
Popular Posts