teewebapp/teewebapp

This package is abandoned and no longer maintained. No replacement package was suggested.

TeeWebApp - Modular Webapp.

1.0.4 2014-10-25 22:49 UTC

This package is not auto-updated.

Last update: 2023-03-13 19:21:31 UTC


README

TeeWebApp is a PHP WebApplication build on top of Laravel Framwork, and separated in modules.

Install

composer create-project teewebapp/teewebapp my-dir
cd my-dir
php artisan modules:publish
php artisan modules:migrate
php artisan modules:seed

You need to run command "module:publish", "modules:migrate" and "modules:seed" every time when you install a new module.

Avaliables Modules

  • teewebapp/system
  • teewebapp/front
  • teewebapp/page
  • teewebapp/i18n
  • teewebapp/gallery
  • teewebapp/user
  • teewebapp/admin