How to check your Laravel database connection
Learn how to check if, and if so, which database your Laravel application is connected to. Display this on the front-end or use the php artisan dump-server to log it.
Learn how to check if, and if so, which database your Laravel application is connected to. Display this on the front-end or use the php artisan dump-server to log it.
In this tutorial I'll show you how to use the Tailwind CSS v2.1 JIT-compiler with Laravel Mix. We'll setup Tailwind CSS and the JIT-compiler to compile CSS.
In this tutorial I'll show you how to set up a new Laravel application with Tailwind CSS and SASS (SCSS) by using the Laravel Mix webpack compiler package.
In this tutorial I'll show you how to fix the "Laravel command not found" error on bash/zsh. We'll configure the command, so that you can quickly get started!