Laravel 5.0 Documentation
Logging x. Events i. Basic Usage ii. Queued Event Handlers iii. Event Subscribers xi. Filesystem / Cloud Storage i. Introduction ii. Configuration iii. Basic Usage xii. Hashing i. Introduction ii. filesystem abstraction library, providing pain free integration with local, Amazon S3, and Rackspace cloud storage - all with one, unified and elegant API! Storing a file in Amazon S3 is now as simple as: Forge, a new web based application, provides a simple way to create and manage PHP servers on the cloud of your choice, including Linode, DigitalOcean, Rackspace, and Amazon EC2. Supporting automated Nginx0 码力 | 242 页 | 1.44 MB | 1 年前3Laravel 5.2 中文文档
Homestead 虚拟机中为 MySQL 和 Postgres 数据库做好了配置,更方便的 是,Laravel 的 .env 还为连接 Homestead 数据库做好了配置。 想要通过本地的 Navicat 或 Sequel Pro 连接到 Homestead 上的 MySQL 或 Postgres 数据库,可以通过新建连接来实现,主机 IP 都是 127.0.0.1,对于 MySQL 而言,端口 该命令,因为你的主机不能直接访问 Homestead 上的数据库: php artisan migrate 该命令将会创建迁移中定义的尚未创建的所有数据表。如果你使用 MySQL 客户端(如 Navicat For MySQL)查看数据表,你将会看到新的 users 表和 tasks 表。下一步,我们 将要定义 Eloquent ORM 模型。 3.2 Eloquent 模型 Eloquent0 码力 | 377 页 | 4.56 MB | 1 年前3Laravel 5.1 中文文档
默认已经在 homestead 中为 MySQL 和 Postgres 数据库做好了配置,更加方便的是,Laravel 的 local 数据库配置已经为使用数据库做好了设置。 想要通过本地的 Navicat 或 Sequel Pro 连接上 MySQL 或 Postgres 数据库,可以通过新建 连接来实现,主机 IP 都是 127.0.0.1,对于 MySQL 而言,端口号是 33060,对 Postgres crypter Crypt Illuminate\Contracts\Events\Dispatcher Event Illuminate\Contracts\Filesystem\Cloud Illuminate\Contracts\Filesystem\Factory File Illuminate\Contracts\Filesystem\Filesystem File0 码力 | 307 页 | 3.46 MB | 1 年前3Laravel 5.3 中文文档
Homestead 默认已经在虚拟机中为 MySQL 和 Postgres 数据库做好了配置,更方便的是,这些 配置值就是 Laravel 的 .env 中默认提供的。 想要通过本地的 Navicat 或 Sequel Pro 连接到 Homestead 上的 MySQL 或 Postgres 数据库, 可以通过新建连接来实现,主机 IP 都是 127.0.0.1,对于 MySQL 而言,端口号是 crypter Crypt Illuminate\Contracts\Events\Dispatcher Event Illuminate\Contracts\Filesystem\Cloud Illuminate\Contracts\Filesystem\Factory File Illuminate\Contracts\Filesystem\Filesystem File0 码力 | 691 页 | 9.37 MB | 1 年前3Laravel 5.6 中文文档
Homestead 默认已经在虚拟机中为 MySQL 和 Postgres 数据库做好了配置,更方便的是,这些配置值与 Laravel 的 .env 中默认提供的配置一致。 想要通过本地的 Navicat 或 Sequel Pro 连接到 Homestead 上的 MySQL 或 Postgres 数据库,可以通过新建连接来实现,主机 IP 都是 127.0.0.1,对于 MySQL 而言,端口号是 Crypt Illuminate\Contracts\Events\Dispatcher Event Illuminate\Contracts\Filesystem\Cloud Storage::cloud() Illuminate\Contracts\Filesystem\Factory Storage Illuminate\Contracts\Filesystem\Filesystem0 码力 | 377 页 | 14.56 MB | 1 年前3Laravel 6.0 中文文档
Homestead 默认已经在虚拟机中为 MySQL 和 Postgres 数据库 做好了配置,更方便的是,这些配置值与 Laravel 的 .env 中默认提 供的配置一致。 想要通过本地的 Navicat 或 Sequel Pro 连接到 Homestead 上的 MySQL 或 Postgres 数据库,可以通过新建连接来实现,主机 IP 都是 127.0.0.1,对于 MySQL 而言,端口号是 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 163 契约 对应门面 Illuminate\Contracts\Filesystem\Cloud Storage::cloud() Illuminate\Contracts\Filesystem\Factory Storage Illuminate\Contracts\Filesystem\Filesystem0 码力 | 1442 页 | 14.66 MB | 1 年前3CakePHP Cookbook Documentation 5.x
'default', false); Configure::load('other_config', 'default'); Environment Variables Many modern cloud providers, like Heroku, let you define environment variables for configuration data. You can configure IP address. Trusting Proxy Headers If your application is behind a load balancer or running on a cloud service, you will often get the load balancer host, port and scheme in your requests. Often load balancers For example: $cloud = Cache::read('cloud'); if ($cloud !== null) { return $cloud; } // Generate cloud data // ... // Store data in cache Cache::write('cloud', $cloud); return $cloud; Or if you are0 码力 | 1080 页 | 939.39 KB | 1 年前3CakePHP Cookbook Documentation 5.x
'default', false); Configure::load('other_config', 'default'); Environment Variables Many modern cloud providers, like Heroku, let you define environment variables for configuration data. You can configure Release 5.x Trusting Proxy Headers If your application is behind a load balancer or running on a cloud service, you will often get the load balancer host, port and scheme in your requests. Often load balancers For example: $cloud = Cache::read('cloud'); if ($cloud !== null) { return $cloud; } // Generate cloud data // ... // Store data in cache Cache::write('cloud', $cloud); return $cloud; Or if you are0 码力 | 848 页 | 2.53 MB | 1 年前3CakePHP Cookbook 3.x
'default', false); Configure::load('other_config', 'default'); Environment Variables Many modern cloud providers, like Heroku, let you define environment variables for configuration data. You can configure IP address. Trusting Proxy Headers If your application is behind a load balancer or running on a cloud service, you will often get the load balancer host, port and scheme in your requests. Often load balancers For example: $cloud = Cache::read('cloud'); if ($cloud !== false) { return $cloud; } // Generate cloud data // ... // Store data in cache Cache::write('cloud', $cloud); return $cloud; Or if you0 码力 | 1244 页 | 1.05 MB | 1 年前3CakePHP Cookbook 3.x
'default', false); Configure::load('other_config', 'default'); Environment Variables Many modern cloud providers, like Heroku, let you define environment variables for configuration data. You can configure IP address. Trusting Proxy Headers If your application is behind a load balancer or running on a cloud service, you will often get the load balancer host, port and scheme in your requests. Often load balancers Release 3.10 $cloud = Cache::read('cloud'); if ($cloud !== false) { return $cloud; } // Generate cloud data // ... // Store data in cache Cache::write('cloud', $cloud); return $cloud; Or if you are0 码力 | 967 页 | 2.80 MB | 1 年前3
共 58 条
- 1
- 2
- 3
- 4
- 5
- 6