Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
/ cradle Public archive

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

License

Notifications You must be signed in to change notification settings

the-code-genin/cradle

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published