title: Setting Up Laravel in Ubuntu / DigitalOcean keywords: servers, laravel, coderstape, coder's tape description: Let's take a look at settting up a server from scratch for Laravel. date: April 1, 2019 tags: servers, laravel permalink: setting-up-laravel-in-ubuntu-digitalocean img: https://coderstape.com/storage/uploads/GZTXUbyGum2xeUZM9qBD5aPv8EKLwG3C8RGcRon4.jpeg author: Victor Gonzalez authorlink: https://github.com/vicgonvt
| pages: | |
| image: node:latest | |
| stage: deploy | |
| script: | |
| - npm install -g redoc-cli | |
| # public/index.html is the output | |
| # documentation/openapi.yaml is the input | |
| - redoc-cli bundle -o public/index.html documentation/openapi.yaml | |
| artifacts: | |
| paths: |
Manage your php version via Laragon PHP UI switcher with help of powershell package manager.
For this sake ill be using https://github.com/mlocati/powershell-phpmanager) package manage to handle multi version instead of download the zip file manually. The reason why i want to using this package manager is because it easy for me to add new extension like how linux and mac do. For example, installing imagick on windows is such a hassle. Not to mention if you keep switching your laptop or pc it could make it hard to just install all back without any semi or automated script laying around.
| using System.Linq; | |
| public static class Kata | |
| { | |
| public static int Solution(int n) | |
| { | |
| return Enumerable.Range(0, n).Where(e => e % 3 == 0 || e % 5 == 0).Sum(); | |
| } | |
| } |
These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
Please note that these are NOT valid Windows 11 product or license keys for Windows activation.
These keys merely designate the edition of Windows that will be installed during the setup process. However, they do not serve to activate or provide a legitimate license for the Windows installation.
Consequently, while these keys can help determine which version of Windows will be installed, they are insufficient for activating or legally licensing the operating system on your device.
Proper activation and licensing require valid product keys obtained through legitimate means.