Download the PHP package justcoded/wordpress-starter without Composer
On this page you can find all versions of the php package justcoded/wordpress-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package wordpress-starter
WordPress Project Template by JustCoded
WordPress Project Template is a skeleton WordPress site with modern development tools, easier configuration, improved folder structure and latest security best practices.
Better project structure
The organization of skeleton is similar to putting WordPress core files in its own subdirectory,
wp-content
stays the same.
Dependency management with Composer
Manage your WordPress install and plugins with Composer, a PHP dependency manager. Composer will make development more reliable, help with team collaboration, and it helps maintain a better Git repository.
Easy WordPress configuration
Environment specific configuration files and environment variables with Dotenv.
Enhanced security
- Deny access to non-web files with server directives (with
.htaccess
files). - Deny PHP scripts execution inside
wp-content/uploads
folder. - Deny browsing the directory files list.
- Production & Staging environments have a restriction to update files from admin panel (only Media is allowed).
- Command-line scripts for generating wp-admin HTTP Authorization files.
Quick start
Requirements
Installation
-
Create a new project in a new folder for your site:
composer create-project justcoded/wordpress-starter your-project-folder-name
-
Set important environment variables in
.env
file:DB_NAME
- Database nameDB_USER
- Database userDB_PASSWORD
- Database passwordDB_HOST
- Database hostWP_HOME
- Full URL to WordPress home (http://example.com)
-
Run WordPress install as usual by accessing your site at
http://example.com/
- Enjoy!
Composer helpers
composer wp:theme
generate new theme based on our Theme Boilerplatecomposer wp:secure
generate new HTTP password for wp-admin folder
Contributing
Contributions are welcome from everyone.
All versions of wordpress-starter with dependencies
composer/installers Version ^1.8
vlucas/phpdotenv Version ^3.3.2
johnpbloch/wordpress Version ^5.5.0
justcoded/wordpress-composer-scripts Version ~1.2
wpackagist-theme/twentyseventeen Version *
wpackagist-plugin/wp-mail-smtp Version *
wpackagist-plugin/duplicate-post Version *
justcoded/wordpress-theme-framework Version ^3.0
justcoded/wordpress-theme-boilerplate Version ^3.0
acf/advanced-custom-fields-pro Version dev-master
wpackagist-plugin/just-responsive-images Version *
wpackagist-plugin/just-image-optimizer Version *
wpackagist-plugin/just-tinymce-styles Version *
wpackagist-plugin/mce-table-buttons Version *
wpackagist-plugin/add-to-any Version *
wpackagist-plugin/contact-form-7 Version *
wpackagist-plugin/wordpress-seo Version *
wpackagist-plugin/seo-optimized-images Version *
wpackagist-plugin/autoptimize Version *
wpackagist-plugin/wp-super-cache Version *