Skip to content

Instantly share code, notes, and snippets.

View irsyadulibad's full-sized avatar
:octocat:
:)

Ahmad Irsyadul Ibad irsyadulibad

:octocat:
:)
View GitHub Profile
@irsyadulibad
irsyadulibad / index.php
Last active August 3, 2023 08:20
index
APP_NAME="Rapat Virtual"
APP_ENV=production
APP_KEY=base64:XDi5JYAiRMC3y4mEGl7BseimVAzIdd9SQuyzwIstkDk=
APP_DEBUG=false
APP_URL=https://jadwalin.masuk.id
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
@irsyadulibad
irsyadulibad / ApiResponser.php
Last active January 13, 2023 21:40
API Responser Trait for Laravel Application
<?php
/**
* API Responser Trait
* Stabilize JSON response output
* ---------------------------------
*
* @author irsyadulibad | github.com/irsyadulibad
* @see https://gist.github.com/irsyadulibad/050e025c7d2cf27a488ee03ab11e7af1
*
*/
@irsyadulibad
irsyadulibad / docker-cheatsheet.sh
Last active February 16, 2022 05:39
Basic Docker Cheat Sheet
# Docker Image
## List all images
docker image ls
## Pull docker images
docker image pull image:tag
## Remove docker images
docker image rm image:tag
# Docker container
## Show all list of container