A Yii 2 Base Admin Portal Template Template
Features
-
Yii framework as the PHP MVC framework.
-
Security - It sets some headers that projects applications against click-jacking and XSS.
-
Assets version - This fixes issue with updates to js and css files and cached browser files.
-
New Relic - Ensures that the proper routes show up in the new relic monitoring dashboard.
-
Continuous Integration - Sample ant build.xml file that can be easily modified.
The minimum requirement by this project template that your Web server supports PHP 8.0.
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
composer global require "fxp/composer-asset-plugin:~1.4"
composer create-project --prefer-dist cottacush/yii2-base-admin-portal new_project
Dependencies
Run build
ant
Make a copy of .env.sample
to .env
in the env directory.
You can run the application in development mode by running this command from the project directory:
./yii serve
This will start the application on port 8080.
To run on a different port, run the following command from the project directory:
./yii serve localhost:<port>
Please see CHANGELOG for more information what has changed recently.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
- Adegoke Obasa [email protected]
- All Contributors
The MIT License (MIT). Please see License File for more information.