It takes advantage of a client-server model. MicroOS installed on VirtualBox as a server and accessing it with openSUSE Leap distribution installed on WSL. Developing WordPress with Docker Compose that integrated in Visual Studio Code.
Tag Archives: openSUSE Leap
Install PHP 8.1 in openSUSE Leap, and Run the Symfony Application on It
At the time of this writing, the latest openSUSE Leap 15.4 ships with PHP version 7.4 and 8.0. Likewise the upcoming release Leap 15.5 also including the PHP version 8.0. The latest popular PHP frameworks like Laravel (version 10) and Symfony (version 6.2), require minimal version 8.1, so we need to add the additional repository …
Continue reading “Install PHP 8.1 in openSUSE Leap, and Run the Symfony Application on It”
Running Laravel Sail on openSUSE Leap
Laravel Sail is a command-line interface for interacting with Laravel’s default Docker development environment. With Sail, you don’t have to manually create a Docker container for your Laravel application. It provides a development environment consisting of PHP, MySQL, and Redis without any previous Docker experience. Fresh OpenSUSE Installation Sail is compatible with Linux, MacOS, and …