If you do not have yay
installed, then follow these steps to install it first
yay
yay -S docker docker-compose
If you do not have yay
installed, then follow these steps to install it first
yay
yay -S docker docker-compose
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
Guide to install and setup a Laravel framework on your archlinux system and serve php-based database applications.
LLAMP stands for a Laravel (php framework) Linux system with Apache (webserver), MariaDB (database) and PHP (programming language). In this guide we will also install PhpMyAdmin (database admin GUI) to easily manage the SQL tables.
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.