Latest Posts

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 May 5, 2021 Category : 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 May 5, 2021 Category : Laravel

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 May 5, 2021 Category : Laravel

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 May 5, 2021 Category : Laravel

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 May 5, 2021 Category : 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 May 5, 2021 Category : Laravel

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 May 5, 2021 Category : Laravel

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 May 5, 2021 Category : Laravel

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.....
By Hardik Savani May 5, 2021 Category : Laravel

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.....
By Hardik Savani May 5, 2021 Category : Laravel

Bootstrap Form Validation using Validator.js Example

We always need to add validation on form like registration form, contact form, login form etc. we always prefer to give validation error after page refresh but you can give validation without page ref.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Current URL in Laravel?

Hey Friends, This article is focused on how to get current url in laravel controller. you can understand a concept of how to get current url in laravel blade. step by step explain how to get current u.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares