CRUDlex

(โ˜… 110)

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages

  • .editorconfig
  • .gitignore
  • .nojekyll
  • .travis.yml
  • CHANGELOG.md
  • composer.json
  • LICENSE
  • phpunit.xml.dist
  • README.md
  • sonar-project.properties

# Installation Guide

1. Get the code
git clone https://github.com/philiplb/CRUDlex

Downloads the entire project code from GitHub to your computer.

cd CRUDlex

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install Sphinx

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install tk.phpautodoc

Installs the package published on PyPI directly โ€” no need to clone the source.

pip install sphinx_tabs

Installs the package published on PyPI directly โ€” no need to clone the source.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. PHP (Composer)

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • PHP A PHP runtime is required.
  • Composer The package manager used to install PHP libraries.
composer install

Installs the PHP libraries listed in composer.json.

โœ… Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation