Vue

5 min

How to force a re-render of Vue.js component

In some situations, you might end up having to re-render components by yourself. Hopefully, you won't have to use it too often.

Vue

12 min

How to make a small notification plugin in Vue

Notifications are a great way to let the user know about the status of his actions on the website.

Laravel

10 min

How to log Eloquent query

One of the major factors affecting the application performance is the improper design of database and poorly written inefficient queries.

Laravel

4 min

Make navbar navigation links active in Laravel

It tells the user which page he is on and it adds to the visuals of the application. In Laravel, it is relatively easy to achieve highlighted nav links.

Vue

14 min

How to make a simple paginator in Vue.js and Laravel

In the Laravel framework, all the heavy lifting of pagination is done by Laravel. We often just specify the number of paginated records and call the render in our blade file.

Laravel

12 min

How to upload images in Laravel and Vue from rich text editor

Very often you will find yourself in a need of a good rich text editor that supports everything out of the box.

Codinary