sudo apt update sudo apt upgrade
sudo apt install build-essential zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev libreadline-dev python3-distutils curl git vim
curl https://pyenv.run | bash
bashrc:
sudo apt update sudo apt upgrade
sudo apt install build-essential zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev libreadline-dev python3-distutils curl git vim
curl https://pyenv.run | bash
bashrc:
This document shows the steps for setting up the development environment for a new macOS Catalina (version 10.15) instance. An overview of the contents is shown below:
| <?php | |
| use Illuminate\Database\Migrations\Migration; | |
| use Illuminate\Database\Schema\Blueprint; | |
| use Illuminate\Support\Facades\DB; | |
| use Illuminate\Support\Facades\Schema; | |
| class ChangeEnum extends Migration | |
| { | |
| /** |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> | |
| </head> |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace App\Helpers; | |
| use GuzzleHttp\Client; | |
| class Telegram | |
| { | |
| private $chat_id; | |
| private $message_id; |
| version: "3.7" | |
| services: | |
| api: | |
| image: docker.pkg.github.com/jonathanstaniforth/laravel-docker/laravel-postgresql:v1.1 | |
| ports: | |
| - 80:80 | |
| - 443:443 | |
| volumes: | |
| - ./:/var/www/laravel | |
| depends_on: |
| version: "3.7" | |
| services: | |
| api: | |
| image: docker.pkg.github.com/jonathanstaniforth/laravel-docker/laravel-mysql:v1.1 | |
| ports: | |
| - 80:80 | |
| - 443:443 | |
| volumes: | |
| - ./:/var/www/laravel | |
| depends_on: |