Skip to content

fabianofm/silex-abcArticles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silex - abcArticles: A small web app.

This small web app with access control, is a project sample or a bootstrap silex application. Admin can add users and restricted or public articles.

Installation

-   curl -sS https://getcomposer.org/installer | php
    php composer.phar install
-   db.options (src/App.php) - Change the database name, username and password.
-   $app['twig.options.cache'] (src/App.php) - To enable caching, uncomment.
-	Create and give permission to folders: 'resources/logs' and 'resources/cache/twig'
-   To use the TinyMCE editor in textarea field, uncompress tinymce 4.4 * in 'web/assets/js/tinymce' 
and uncomment the JS code(tinyMCE.init) of base.html.twig
-   The structure of the tables are in the file (resources/db/schema.php). 
They will be created automatically when running for the first time the application.

About

Admin can add users and restricted or public articles.

Topics

Resources

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors