Skip to content

Instantly share code, notes, and snippets.

View aspsptyd's full-sized avatar
📫
Potiusque sero quam nunquam [Liv. 4 2 11]

Asep Septiadi aspsptyd

📫
Potiusque sero quam nunquam [Liv. 4 2 11]
View GitHub Profile
{
"code": 200,
"version_app": "v3.1",
"api_version": "20240115.1",
"profile_info": {
"nrp": "9002120",
"nama": "Asep Septiadi",
"no_telp": "0812",
"email": "it.goodeva2@gmail.com",
"license_user": "9871711940211582",
@aspsptyd
aspsptyd / app_usage.json
Created May 14, 2024 07:54
Data Array App Usage
{
"0": {
"isSystem": false,
"count": 10,
"eventType": 0,
"usageTime": 12172450,
"eventTime": 1715630340549,
"packageName": "ginlemon.flowerfree",
"humanReadableUsageTime": "3h 22m 52s",
"name": "ginlemon.flowerfree"

Open File App\Providers\AppServiceProvider

Change method boot

use Carbon\Carbon;


public function boot()
{
	config(['app.locale' => 'id']);
@aspsptyd
aspsptyd / shell_cmd_laravel.sh
Created October 2, 2025 13:45
Membersihkan laravel.log
truncate -s 0 storage/logs/laravel.log
@aspsptyd
aspsptyd / .gitignore
Last active November 2, 2025 18:42
File ENV estimate project
/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/storage/debugbar
/vendor
.env
@aspsptyd
aspsptyd / .evn
Created November 2, 2025 18:41
ENV project estimate
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:iWyiZ5TEvTaOut7e+P1v1eFTBwVwwdfB960lhubAKJI=
APP_DEBUG=true
APP_TIMEZONE='Asia/Jakarta'
APP_URL=http://10.231.62.237:8000
APP_LOCALE=id
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US