Laravel 5.3 中文文档
预装软件 Ubuntu 16.04 Git PHP 7.0 HHVM Xdebug Nginx MySQL MariaDB SQLite 3 Postgres Composer Node(With PM2, Bower, Grunt, and Gulp) Redis 访问站点。 不要忘记在/etc/hosts 文件中添加域名 homestead.app。 安装 MariaDB 如果你希望使用 MariaDB 来替代 MySQL,可以添加 mariadb 配置项到 Homestead.yaml 文件,该 选项会移除 MySQL 并安装 MariaDB,MariaDB 是 MySQL 的替代品,所以在应用数据库配置中你 仍然可以使用 mysql 驱动: box: box: laravel/homestead ip: "192.168.20.20" memory: 2048 cpus: 4 provider: virtualbox mariadb: true 3、日常使用 全局访问 Homestead 有时候你想要在文件系统的任意位置运行 vagrant up 启动 Homestead 虚拟机,要实现这一目的 需 要 将 Homestead0 码力 | 691 页 | 9.37 MB | 1 年前3Laravel 5.6 中文文档
Git PHP 7.2 PHP 7.1 PHP 7.0 PHP 5.6 Nginx Apache(可选) MySQL MariaDB(可选) SQLite3 PostgresSQL Composer Node(With Yarn, Bower, Grunt, and Gulp) /etc/hosts 文件中添加域 名 homestead.test(已配置的话忽略)。 安装 MariaDB 如果你希望使用 MariaDB 来替代 MySQL,可以添加 mariadb 配置项到 Homestead.yaml 文件,该选项会移除 MySQL 并安装 MariaDB,MariaDB 是 MySQL 的替代品,完全兼容 MySQL,所以在应用数据库配置中你仍然可以使用 mysql 驱动: box: laravel/homestead ip: "192.168.10.10" memory: 2048 cpus: 4 provider: virtualbox mariadb: true 安装 Elasticsearch 要安装 Elasticsearch,需要添加 elasticsearch 到 Homestead.yaml 文件并指定一个支持的版本。默认0 码力 | 377 页 | 14.56 MB | 1 年前3Laravel 6.0 中文文档
Git PHP 7.3 PHP 7.2 PHP 7.1 PHP 7.0 PHP 5.6 Nginx MySQL lmm(用于 MySQL 或 MariaDB 数据库快照) SQLite3 PostgreSQL Composer Node(With Yarn, Bower, Grunt, and Gulp) Redis Crystal & Lucky Framework Docker Elasticsearch Gearman Go Grafana InfluxDB MariaDB MinIO MongoDB MySQL 8 Neo4j Oh My Zsh Open Resty 本文档由学院君提供 学院君致力于提供优质 Laravel databases: - homestead 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 68 features: - mariadb: false - ohmyzsh: false - webdriver: false name: laravel6 hostname: laravel6 将其中的 sites 配置中0 码力 | 1442 页 | 14.66 MB | 1 年前3The PHP Handbook
offers various built-in libraries to work with databases, for example: 82 PostgreSQL MySQL / MariaDB MongoDB I do not cover this in the handbook because I think this is a big topic and one that would0 码力 | 97 页 | 8.78 MB | 1 年前3CakePHP Cookbook Documentation 5.x
for use in this tutorial, with the name of your choice such as cake_cms. If you are using MySQL/MariaDB, you can execute the following SQL to create the necessary tables: CREATE DATABASE cake_cms; USE View/Helper View/View The supported database engine versions were updated: MySQL (5.7 or higher) MariaDB (10.1 or higher) PostgreSQL (9.6 or higher) Microsoft SQL Server (2012 or higher) SQLite 3 Auth for use in this tutorial, with the name of your choice such as cake_cms. If you are using MySQL/MariaDB, you can execute the following SQL to create the necessary tables: CREATE DATABASE cake_cms; USE0 码力 | 1080 页 | 939.39 KB | 1 年前3CakePHP Cookbook Documentation 5.x
for use in this tutorial, with the name of your choice such as cake_cms. If you are using MySQL/MariaDB, you can execute the following SQL to create the necessary tables: CREATE DATABASE cake_cms; USE – View/View • The supported database engine versions were updated: – MySQL (5.7 or higher) – MariaDB (10.1 or higher) – PostgreSQL (9.6 or higher) – Microsoft SQL Server (2012 or higher) – SQLite for use in this tutorial, with the name of your choice such as cake_cms. If you are using MySQL/MariaDB, you can execute the following SQL to create the necessary tables: CREATE DATABASE cake_cms; USE0 码力 | 848 页 | 2.53 MB | 1 年前3Learning Laravel
containers you can select to create your own combinations. nginx, hhvm, php-fpm, mysql, redis, postgres, mariadb, neo4j, mongo, apache2, caddy, memcached, beanstalkd, beanstalkd-console, workspace 1. Enter0 码力 | 216 页 | 1.58 MB | 1 年前3CakePHP Cookbook 4.x
for use in this tutorial, with the name of your choice such as cake_cms. If you are using MySQL/MariaDB, you can execute the following SQL to create the necessary tables: USE cake_cms; CREATE TABLE users for use in this tutorial, with the name of your choice such as cake_cms. If you are using MySQL/MariaDB, you can execute the following SQL to create the necessary tables: USE cake_cms; CREATE TABLE users will utilize one. CakePHP supports a variety of database storage engines: MySQL (5.6 or higher) MariaDB (5.6 or higher) PostgreSQL (9.4 or higher) Microsoft SQL Server (2012 or higher) SQLite 3 The Oracle0 码力 | 1249 页 | 1.04 MB | 1 年前3CakePHP Cookbook 4.x
for use in this tutorial, with the name of your choice such as cake_cms. If you are using MySQL/MariaDB, you can execute the following SQL to create the necessary tables: USE cake_cms; CREATE TABLE users for use in this tutorial, with the name of your choice such as cake_cms. If you are using MySQL/MariaDB, you can execute the following SQL to create the necessary tables: USE cake_cms; CREATE TABLE users utilize one. CakePHP supports a variety of database storage engines: • MySQL (5.6 or higher) • MariaDB (5.6 or higher) • PostgreSQL (9.4 or higher) • Microsoft SQL Server (2012 or higher) • SQLite0 码力 | 967 页 | 2.88 MB | 1 年前3CakePHP Cookbook 3.x
will utilize one. CakePHP supports a variety of database storage engines: MySQL (5.5.3 or greater) MariaDB (5.5 or greater) PostgreSQL Microsoft SQL Server (2008 or higher) SQLite 3 Note All built-in drivers0 码力 | 1244 页 | 1.05 MB | 1 年前3
共 11 条
- 1
- 2