Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.97 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.97 KB

Codeship Status for proyectotau/TAU language PHP framework Laravel SourceForge Total SourceForge Month GPL license badges shields.io

TAU website

TAU

Brand new, enhanced, rewriting of popular 10-years-old legacy application coded in vanilla PHP (without framework), using plain design pattern of MVC. Now migrating to Laravel!!

Visit our primary website for downloading from http://tauproject.sourceforge.net/

We're about to release v1.28

Stay tuned !!!

TAU be or Not TAU be

TAU is not a Framework. It's an environment where apps run, live and work.

We use Nwidart's Laravel-Modules to modules become into an independent app, because it mimics our legacy modules way of life.

nWidart/laravel-modules is a must-have!

Getting Started

  1. git clone --branch "master" https://github.com/proyectotau/TAU.git
  2. mkdir -p ./bootstrap/cache
  3. composer install --prefer-dist
  4. export MYSQL_USER=root
  5. export MYSQL_PASSWORD=secret
  6. database/migrations/bd_test/create_database.sh
  7. database/migrations/bd_test/create_tables.sh
  8. vendor/bin/phpunit