Skip to content

Self-contained application that automatically tracks cakephp developer's open source code repositories, including applications and plugins

Notifications You must be signed in to change notification settings

cakephp/plugins.cakephp.org

 
 

Repository files navigation

plugins.cakephp.org

This repository contains the code responsible for https://plugins.cakephp.org

Starting local development

You need DDEV installed and configured on your machine.

After that start the app via ddev start

Next you need to apply migrations to create the database tables:

ddev exec bin/cake migrations migrate
ddev exec bin/cake migrations migrate -p Tags

After that you can perform a fresh sync via

ddev exec bin/cake sync_packages

With that you should now see what is currently on the production site.

Cleaning up tables

If you want to clean up package data, you can run the following command:

ddev exec bin/cake clean

Start with a fresh DB

If you want to start with a fresh DB, you can run the following command:

ddev exec -s db mysql -uroot -proot -e "DROP DATABASE IF EXISTS db; CREATE DATABASE db;"

Note

Don't forget to apply migrations again.

About

Self-contained application that automatically tracks cakephp developer's open source code repositories, including applications and plugins

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 13