Skip to content

Instantly share code, notes, and snippets.

View mmuhd's full-sized avatar
🎯
Focusing

Muazu Musa Muhammad mmuhd

🎯
Focusing
View GitHub Profile
@gwleuverink
gwleuverink / progress-bar.blade.php
Last active April 9, 2024 10:31
Progress bar blade component
@props([
'percentage' => 0,
'failed' => false
])
@php
$done = $failed || $percentage == 100;
@endphp
<div {{ $attributes->merge(['class' => ' space-y-1'])->whereDoesntStartWith('wire:poll') }}
@mmuhd
mmuhd / lamp-aws-laravel.md
Last active March 4, 2021 11:18 — forked from intelligenced/lamp-aws-laravel.md
Instructions for setting up LAMP on AWS Ubuntu & Setup for Laravel

Setting up LAMP (Ubuntu, Apache2, MySQL, PHP 7.0) using AWS

  • Set EC2 Instance, Download Key-Value Pair (.pem)

  • Get Putty Compatible Key ppk, using PUTTygen by loading .pem key without adding parameters

  • Enter user@public-dns as server and Add SSH Key to Auth in Settings

  • Update Apt-Get Packages