Recommend this page to a friend! |
Template for initializing the PHP MVC Project application using Bootstrap v4.
The template includes a standard directory structure MVC, contains a samples of controllers and view files, and includes layout Bootstrap based.
Also, the template will include a filter for error handling.
git clone https://github.com/php-mvc-project/template-bootstrap4.git my-app
cd my-app
composer install
The MIT License (MIT)
Copyright © 2018, @meet-aleksey
Classes of Aleksey | > | PHP Framework Bootstrap 4 Template | > | Download .zip .tar.gz | > | Support forum | > | Blog | > | Latest changes |
|
Groups | Applications | Files |
Groups |
HTML | HTML generation and processing | View top rated classes |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Libraries | Frameworks and libraries of cooperating classes | View top rated classes |
Templates | Template processing engines and components | View top rated classes |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description | ||
---|---|---|---|---|
.vscode (2 files) | ||||
content (1 file, 2 directories) | ||||
controllers (3 files) | ||||
filters (2 files) | ||||
models (2 files) | ||||
views (1 file, 3 directories) | ||||
.htaccess | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
index.php | Example | Example script | ||
README.md | Doc. | Documentation |
Files | / | .vscode |
File | Role | Description |
---|---|---|
launch.json | Data | Auxiliary data |
tasks.json | Data | Auxiliary data |
Files | / | controllers |
File | Role | Description |
---|---|---|
AccountController.php | Class | Class source |
HomeController.php | Class | Class source |
README.md | Class | Class source |
Files | / | filters |
File | Role | Description |
---|---|---|
HandleError.php | Class | Class source |
README.md | Class | Class source |
Files | / | views |
Files | / | views | / | home |
File | Role | Description |
---|---|---|
about.php | Aux. | Auxiliary script |
contact.php | Aux. | Auxiliary script |
index.php | Aux. | Auxiliary script |
Install with Composer - Download all files: template-bootstrap4.tar.gz template-bootstrap4.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|