/cradle

Cradle is a PHP microframework for architecting small and efficient apps and services, built on top of the Slim microframework and open source components.

Primary LanguagePHPMIT LicenseMIT

CRADLE

Cradle is a PHP microframework for architecting small and efficient apps and services, built on top of the Slim microframework and open source components. It is powerful enough to be used to develop fullstack apps or just serve the backend API of a web or mobile app.

Cradle requires at least PHP 7.2 to work properly.

If you appreciate the project, remember to leave a star! Thank you.

Developed and maintained by Mohammed Adekunle.

Requirements

  • PHP 7.2+
  • Apache's mod_rewrite module or similar.
  • Composer.
  • MySQL or Similar.

Usage

  • Clone the repository's files in your web server's root directory.
  • Run composer install.
  • Copy the .env.example file to .env.
  • Update your .env file according to your web server's environment.
  • Run ln -sT $(pwd)/storage/public ./public/storage to create a symbolic link.
  • Run composer migrate to run all migrations.
  • Build something awesome.

License

Cradle is licensed under the MIT license.