Download the PHP package fefo-p/admin-panel without Composer

On this page you can find all versions of the php package fefo-p/admin-panel. 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 admin-panel

Build Status Total Downloads Latest Stable Version License

About Admin Panel

Admin Panel is a TALL based solution to be able to administer users, roles and permissions. It requires several composer packages:

Package Version
laravel/jetstream ^2.10
livewire/livewire ^2.5
spatie/laravel-permission ^5.5
rappasoft/laravel-livewire-tables ^v2.7.0
wire-elements/modal ^1.0.7

These are all required dependencies that will be installed if needed.

Installation

-only for development-

To get started, add a local repository to Composer:

-production-

Then, require the package via Composer:

Warning

You might want to publish the config and migrations before running the install command as will automatically migrate the DB.

To find out the available options to publish, just issue a

and check for every entry with adminpanel

If in doubt, check laravel's artisan cli documentation

Seriously, you've been warned...

Initial setup

Execute the following command to do the initial setup.

It will create one role administrador with three permissions:

There are a few options available with the installation command, but not required

--profile-image Updates jetstream to use profile images and publishes a default anonymous profile image

--verification Makes the User model implement MustVerifyEmail, as well as allow email verification feature in fortify,

--with-user Creates a default admin user

Note

TODO: ask for user details while installing

Environment setup

If there's a combination of external & internal users (then you only need to manage the internal user's permissions), you should add two environment variables:

where the first one indicates if there are external users, and the second indicates the column, in the users table, which will be responsible for letting us know if the user is external or internal.

Assets

You can publish all assets issuing the command, or just select individually the assets you want to publish

Configuration

You can customize the Modal via the adminpanel.php config file. This includes some additional options like ...

To publish the config run the vendor:publish command:

Setup Vite using SSL

Laravel Websockets

confif/broadcasting.php

Websockets with SSL

.env

Conecting to Echo

resources/views/layouts/app.blade.php

Credits

License

Admin Panel is open-sourced software licensed under the MIT license.


All versions of admin-panel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/container Version ^9.52.16
illuminate/support Version ^9.52.16
laravel/jetstream Version ^2.16.2
livewire/livewire Version ^2.12.6
spatie/laravel-permission Version ^5.11.1
rappasoft/laravel-livewire-tables Version ^2.15.0
wire-elements/modal Version ^1.0.8
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 fefo-p/admin-panel contains the following files

Loading the files please wait ....