Laravel

20 min

How to send and receive SMS messages with SMPP and Laravel

SMPP (Short Message Peer-to-Peer) protocol is an open-source protocol that allows us to send short messages between applications and mobile devices (receiving and sending).

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.

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.

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.

18 min

How to make translations for your Laravel and Vue.js application

Having translations on your website is one of the ways to attract users and potential customers as the website becomes more appealing to foreign language speakers.

15 min

How to use Laravel Blade and Vue.js together

In this article, we will look at how we can write and use Vue components inside our blade files.

3 min

How to access storage in Laravel

Laravel uses a public disk for files and images that should be publicly available. The default public disk uses the local driver.

3 min

How to set appropriate Laravel permissions on Linux server

After publishing your Laravel application to a real web server, you discover then some of your functionalities are failing.

5 min

How to make Laravel authentication

Laravel provides a neat function that quickly generates a scaffold of routes, views, and controllers used for authentication.

10 min

How to configure Xdebug for Laravel in PHPSTORM

This article will cover how to configure xdebug with xampp on Windows.

Codinary