Lara
含有「Lara」共 15 篇內容
全部內容
發佈日期由新至舊
㋡年年育兒路程✐的沙龍
2025/08/26
【出版社簡介】English(U、V、W、X、Y、Z)
最後整理時間:2025-08-26 上次整理時間:2025-08-26
#
書籍
#
Lara
#
種族主義
喜歡
留言
㋡年年育兒路程✐的沙龍
2025/08/26
【出版社簡介】繁體(ㄊ、ㄋ、ㄌ、ㄍ、ㄎ)
最後整理時間:2025-08-26 上次整理時間:2025-08-26
#
書籍
#
注音符號
#
出版
喜歡
留言
Learn or Die
2025/06/22
Laravel 週報 12.18
# Encrypt and decrypt Str helper methods 12.18 支援 fluent string chain <?php // Before $encryptedToken = str('secret-api-token') ->pipe(fn(String
#
Laravel
#
開發
#
Lara
1
留言
㋡年年育兒路程✐的沙龍
2025/06/17
【出版社簡介】English(簡介)
最後整理時間:2025-08-01 上次整理時間:2025-07-02
#
書籍
#
Tiny
#
Disney
1
留言
Learn or Die
2025/06/14
Laravel 週報 12.16
# in_array_keys Validaiton Rule 12.16 新增 in_array_keys validation rule,驗證指定 array 必須包含指定 keys <?php $validator = Validator::make($request->all(), [
#
Laravel
#
開發
#
Lara
喜歡
留言
Learn or Die
2025/06/04
Laravel 週報 12.15
# Locale-aware Number Parsing 12.15 新增 Number class 新增 method,支援 parse with different locale <?php use Illuminate\Support\Number; Number::parse($s
#
laravel
#
新增
#
Lara
喜歡
留言
Learn or Die
2025/06/04
Laravel 週報 12.14
# Arr::from() Method 12.14 新增 Arr::from(),可從多種資料結構取得 array of items <?php use Illuminate\Support\Arr; Arr::from(collect(['name' => 'Laravel'])); /
#
laravel
#
Lara
#
新增
1
留言
Learn or Die
2025/05/26
Laravel 週報 12.3
# JSON Unicode Cast Type 12.3 Eloquent Attributes 新增 json:unicode cast type,允許 JSON encoding JSON_UNESCAPED_UNICODE <?php protected $casts = [ '
#
Laravel
#
開發
#
Lara
喜歡
留言
Learn or Die
2025/05/05
Laravel 週報 12.2
# Community Starter Kit Support in laravel new 12.2 Laravel new command,新增支援 community starter kit,支援的清單可 參考 laravel new --using statamic/statamic m
#
laravel
#
開發
#
Lara
喜歡
留言
Learn or Die
2025/04/27
Laravel 週報 12.9
# Memoized Cache Driver 12.9 新增 memo cache driver,可以對 cache 在做一層 memory cache,比如第一次從 Redis cache 撈,但在同一個 req 當中,之後都可從 PHP Process memory 當中撈 <?php C
#
laravel
#
Lara
#
新增
1
留言