Download the PHP package zsfoto/jeffadmin without Composer
On this page you can find all versions of the php package zsfoto/jeffadmin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package jeffadmin
This plugin adds the AdminLTE framework to CakePHP (for versions above 4.4) with a special look that I like. However, use CakeDC/Users for user management. Its installation and commissioning can be read below:
1. Install cakephp:
- Setup database in: /config/app_local.php:
- Add locale to /config/app_local.php if you want:
2. Install CakeDc / Users:
3. Add to (and edit) in /src/Application.php file:
4. Create CakeDC/Users tables:
5. Install JeffAdmin:
6.a. Change route in /config/routes.php file. Change this:
to:
6.b. Add prefixes to /config/routes.php file:
7. Add lines to end of the /config/bootstrap.php file:
8. Remove chars "//" from lines start in /src/Application.php file:
After when removed "//":
9. Copy config and src dir to app root (from /vendor/zsfoto/jeffadmin/templates/toCopyToRoot/ to /) Overwrite! :
10. Modify MySQL users table in SQL editor (phpmyadmin or MySQL Workbench):
11. Try to bake and "Enjoy it": Create blogs table and create model, admin controller and template
Create the admin:
If you see the login page, please register a new user. Dont forget to activate in email link or directly in users table ;-) in active field (values: 0 or 1).
See more in CakeDC page on github.
12. If you wanna modify the CakeDC/Users emails, move and edit: (I still have to think about it ;-))
13. Config Sidebar menu: Edit the /config/jeffadmin.php
Status
This plugin is still in early development status, things may change suddenly, but it can be used in real projects already.
... To be continued ...