Download the PHP package agungsugiarto/boilerplate without Composer
On this page you can find all versions of the php package agungsugiarto/boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download agungsugiarto/boilerplate
More information about agungsugiarto/boilerplate
Files in agungsugiarto/boilerplate
Package boilerplate
Short Description CodeIgniter4 Boilerplate based on AdminLTE 3 with user management, roles, permissions, ...
License MIT
Informations about the package boilerplate
CodeIgniter 4 Application Boilerplate
This package for CodeIgniter 4 serves as a basic platform for quickly creating a back-office application. It includes profile creation and management, user management, roles, permissions and a dynamically-generated menu.
Feature
- Configurable backend theme AdminLTE 3
- CSS framework Bootstrap 4
- Icons by Font Awesome 5
- Role-based permissions (RBAC) provided by Myth/Auth
- Dynamically-Generated Menu
- Localized English / Indonesian
This project is still early in its development... please feel free to contribute!
Screenshoot | Demo On Heroku
Installation
1. Get The Module
2. Set CI_ENVIRONMENT, baseURL, index page, and database config in your .env
file based on your existing database (If you don't have a .env
file, you can copy first from env
file: cp env .env
first). If the database does not exist, create the database first.
3. Run publish auth
NOTE: Everything about how to configure auth you can find add Myth/Auth.
Is it ready yet? Not so fast!! ;-) After publishing Config/Auth.php
you need to change
public $views
with these lines below:
Open app\Config\Filters.php
, find $aliases
and add these lines below:
4. Run publish, migrate and seed boilerplate
5. Run development server:
6. Open in browser http://localhost:8080/admin
Settings
Config Boilerplate
You can configure default dashboard controller and backend theme in app\Config\Boilerplate.php
,
Usage
You can find how it works with the read code routes, controller and views etc. Finnally... Happy Coding!
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions are very welcome.
License
This package is free software distributed under the terms of the MIT license.
All versions of boilerplate with dependencies
myth/auth Version ^1.0
codeigniter4/framework Version ^4.1
codeigniter4/translations Version ^4.0