project slim3-sbadmin-skeleton
Slim Framework 3 skeleton with Twig & Monolog and SB Admin 2
kevin830222/slim3-sbadmin-skeleton
Slim Framework 3 skeleton with Twig & Monolog and SB Admin 2
- Sunday, February 28, 2016
- by kevin830222
- Repository
- 1 Watchers
- 2 Stars
- 13 Installations
- HTML
- 0 Dependents
- 0 Suggesters
- 102 Forks
- 0 Open issues
- 3 Versions
- 8 % Grown
Slim 3 - SB Admin 2 Skeleton
This project integrate Slim 3 skeleton and SB Admin 2 template., (*1)
Create your project:
$ composer create-project kevin830222/slim3-sbadmin-skeleton my-app
Run it:
$ cd my-app
$ npm install
$ gulp
$ php -S 0.0.0.0:8888 -t public public/index.php
- Browse to http://localhost:8888
Key directories
-
app
: Application code
-
app/src
: All class files within the App
namespace
-
app/templates
: Twig template files
-
cache/twig
: Twig's Autocreated cache files
-
log
: Log files
-
public
: Webserver root
-
vendor
: Composer dependencies
Key files
-
public/index.php
: Entry point to application
-
app/settings.php
: Configuration
-
app/dependencies.php
: Services for Pimple
-
app/middleware.php
: Application middleware
-
app/routes.php
: All application routes are here
-
app/src/Action/HomeAction.php
: Action class for the home page
-
app/templates/home.twig
: Twig template file for the home page
dev-master
9999999-dev
Slim Framework 3 skeleton with Twig & Monolog and SB Admin 2
Sources
Download
BSD-3-Clause
The Requires
The Development Requires
skeleton
slim-framework
sb-admin-2
dev-develop
dev-develop
Slim Framework 3 skeleton with Twig & Monolog and SB Admin 2
Sources
Download
BSD-3-Clause
The Requires
The Development Requires
skeleton
slim-framework
sb-admin-2
dev-remove-index-php
dev-remove-index-php
Simple Slim Framework 3 skeleton with Twig & Monolog.
Sources
Download
BSD-3-Clause
The Requires
skeleton
slim-framework