SalvadorCardona / lacliqueandcollecte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Wordpress Api Rest With Slim framework and angular theme

Features

  • Injection dependency
  • Php Autowiring
  • Swager Api Rest Documentation

Requirements

Installation

  1. Install project:
    $ make install
  2. Update environment variables in the .env file. Wrap values that may contain non-alphanumeric characters with quotes, or they may be incorrectly parsed.
  • Database variables
    • DB_NAME - Database name
    • DB_USER - Database user
    • DB_PASSWORD - Database password
    • DB_HOST - Database host
    • Optionally, you can define DATABASE_URL for using a DSN instead of using the variables above (e.g. mysql://user:password@127.0.0.1:3306/db_name)
  • WP_ENV - Set to environment (development, staging, production)
  • WP_HOME - Full URL to WordPress home (https://example.com)
  • WP_SITEURL - Full URL to WordPress including subdirectory (https://example.com/wp)
  • AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY, AUTH_SALT, SECURE_AUTH_SALT, LOGGED_IN_SALT, NONCE_SALT

Documentation

@implement me

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 61.3%Language:PHP 31.9%Language:SCSS 5.8%Language:Makefile 0.6%Language:CSS 0.3%Language:HTML 0.1%Language:JavaScript 0.0%