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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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).

http://localhost:8765/admin

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 ...


All versions of jeffadmin with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
cakephp/cakephp Version ^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zsfoto/jeffadmin contains the following files

Loading the files please wait ....