Skip to content

emguerin/Toc4Me

Repository files navigation

Toc4Me website

Toc4Me website, created with CakePHP and Bootstrap.

Developed for a project of the University of Nantes.

CakePHP Framework

Build Status License

CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Associative Data Mapping, Front Controller, and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.

Bootstrap Framework

Build Status Bower version npm version NuGet

Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by Mark Otto and Jacob Thornton, and maintained by the core team with the massive support and involvement of the community.

To get started, check out http://getbootstrap.com!

Configuration

The configuration 'Datasources' of config/app.php was configured as follows:

    'Datasources' => [
        'default' => [
            'className' => 'Cake\Database\Connection',
            'driver' => 'Cake\Database\Driver\Mysql',
            'persistent' => false,
            'host' => 'localhost',
            'username' => 'toc4me',
            'password' => 'toctoc',
            'database' => 'toc4me',
            'encoding' => 'utf8',
            'timezone' => 'UTC',
            'cacheMetadata' => true,
            'log' => false,
            'quoteIdentifiers' => false,

        ]
    ]

About

Toc4Me website, created with CakePHP and Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages