Slim Skeleton Mvc Save

Slim 4 MVC Skeleton

Project README

Slim 4 MVC Skeleton

Codacy Badge Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads

This is a simple web application skeleton project that uses the Slim4 Framework:

Prepare

  1. Create your project:
composer create-project semhoun/slim-skeleton-mvc [your-app]
  1. Create database: ./bin/console.php app:init-db

Run it:

  1. cd [your-app]
  2. php -S 0.0.0.0:8888 -t public/
  3. Browse to http://localhost:8888

Notice

  • Set var folder permission to writable when deploy to production environment
  • Default login/password is admin/admin
  • To generate Doctrine entities:./bin/console.php orm:convert-mapping --from-database annotation ./src/Entity :warning: Delete all entities before re-generate to update entities.
Open Source Agenda is not affiliated with "Slim Skeleton Mvc" Project. README Source: semhoun/slim-skeleton-mvc
Stars
76
Open Issues
0
Last Commit
11 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating