Laravel 5.0 Documentation
Installation iii. Accessing Configuration Values iv. Environment Configuration v. Configuration Caching vi. Maintenance Mode vii. Pretty URLs iii. Homestead i. Introduction ii. Included Software Controllers v. RESTful Resource Controllers vi. Dependency Injection & Controllers vii. Route Caching iv. Requests i. Obtaining A Request Instance ii. Retrieving Input iii. Old Input iv. Cookies provides the remember method for caching queries. You now are responsible for caching your queries manually using the Cache::remember function. For more information on caching, consult the full documentation0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 DocumentationRedis::lrange('names', 5, 10); Note: Redis cache and session drivers are included with Laravel. 108 CACHING CACHE CONFIGURATION The Basics Imagine your application displays the ten most popular songs 10 minutes, or even an hour, allowing you to dramatically speed up your application? Laravel's caching makes it simple. Laravel provides five cache drivers out of the box: File System Database configuration and table is setup, you're ready to start caching! Memcached Memcached is an ultra-fast, open-source distributed memory object caching system used by sites such as Wikipedia and Facebook0 码力 | 139 页 | 1.13 MB | 1 年前3
《Slides Dev Web》 06. HTTP & AJAX
com/questions/367786/prevent-browser-caching-of-jquery-ajax-call-result 15https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching 16https://blog.teamtreehouse.c0 码力 | 11 页 | 91.09 KB | 1 年前3
Laravel 5.6 中文文档$table->bigIncrements('id'); 等同于自增 UNSIGNED BIGINT(主键)列 $table->bigInteger('votes'); 等同于 BIGINT 类型列 $table->binary('data'); 等同于 BLOB 类型列 $table->boolean('confirmed'); 等同于 BOOLEAN 类型列 $table->char('name', 4); $table) { $table->string('name', 50)->nullable()->change(); }); 注:只有以下数据列类型能修改: bigInteger, binary, boolean, date, dateTime, dateTimeTz, decimal, integer, json, longText, mediumText, smallInteger0 码力 | 377 页 | 14.56 MB | 1 年前3
Laravel 5.1 中文文档$table->bigIncrements('id'); 自增 ID,类型为 bigint $table->bigInteger('votes'); 等同于数据库中的 BIGINT 类型 $table->binary('data'); 等同于数据库中的 BLOB 类型 $table->boolean('confirmed'); 等同于数据库中的 BOOLEAN 类型 $table->char('name'0 码力 | 307 页 | 3.46 MB | 1 年前3
Laravel 6.0 中文文档$table->bigIncrements('id'); 等同于自增 UNSIGNED BIGINT(主键) 列 $table->bigInteger('votes'); 等同于 BIGINT 类型列 $table->binary('data'); 等同于 BLOB 类型列 $table->boolean('confirmed'); 等同于 BOOLEAN 类型列 $table->char('name', 4); 等同于 (Blueprint $table) { $table->string('name', 50)->nullable()->change(); }); 注:只有以下数据列类型能修改: bigInteger, binary, boolean, date, dateTime, dateT imeTz, decimal, integer, json, longText, mediumTex t, smallInteger0 码力 | 1442 页 | 14.66 MB | 1 年前3
Laravel 5.2 中文文档$table->bigIncrements('id'); 自增 ID,类型为 bigint $table->bigInteger('votes'); 等同于数据库中的 BIGINT 类型 $table->binary('data'); 等同于数据库中的 BLOB 类型 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel0 码力 | 377 页 | 4.56 MB | 1 年前3
Laravel 5.3 中文文档$table->bigIncrements('id'); 自增 ID,类型为 bigint $table->bigInteger('votes'); 等同于数据库中的 BIGINT 类型 $table->binary('data'); 等同于数据库中的 BLOB 类型 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel0 码力 | 691 页 | 9.37 MB | 1 年前3
共 8 条
- 1













