Skip to content

CottaCush/yii2-base-admin-portal

Repository files navigation

Yii2 Base Admin Portal

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.

Requirements

The minimum requirement by this project template that your Web server supports PHP 8.0.

Install via Composer

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

Build

Dependencies

Run build

ant

Environment Variables

Make a copy of .env.sample to .env in the env directory.

Starting the Application

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>

Change log

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A Yii 2 Base Admin Portal Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published