Laravel

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.

Laravel

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.

Laravel

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.

Laravel

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.

Laravel

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.

Laravel

10 min

How to configure Xdebug for Laravel in PHPSTORM

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

Codinary