Dates are usually used in every project, like to save data in db, generating reports etc. Sometime we also need…
WordPress has released its new version in December 2018. WordPress has updated “Screen Options” in their new version. “Screen Options”…
Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site.…
Clear cache from Laravel 5 application I was creating application in Laravel 5. I setup routes and made some changes…
Laravel’s Database Query Builder Laravel’s database query builder provides interface to create and running database queries to perform database operations…
Load data in Datatables from Ajax I was working on a project in which I had to show results in…
Update Part of String in Table Column In a table column which have string value, you might need to update…
Laravel 5 Migrations Migrations are like version control for your database, which allow us to modify database schema and stay…
Use checkmark or tick instead of bullet I had a list where I wanted to sow tick/checkmark (✓) instead of…
Paginate Query Builder Results in Laravel Most of times while building admin panels; we need to show listings with pagination.…