Download the PHP package m-nobre/team-profiler without Composer

On this page you can find all versions of the php package m-nobre/team-profiler. 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 team-profiler

Screenshot

Team profiler

Latest Stable Version

License

Downloads

Laravel Teams Profiler (Change frontend Team denomination)

Change the appearance of all existing jetstream team routes into the chosen denomination ('project' by default) and that can be changed on the fly, as many times as required, in the team-profiler.php config file after published.

While on early stages of development and still trying to find the best solutions, Team Profiler can serve as a non-intrusive and effective example of how to achieve this, yet further testing is required in order to assert limitations and possibilities.

As described:

Please remember that despite the apparent stability, this is still in development and should be only used as a starting point for more robust solution

Installation

:warning: New applications only Team-Profiler should only be installed into new Laravel Jetstream applications Requirements:

  • EN locale
  • To change denomination from "project" please publish config file.
  • Once denomination has been changed, page needs to be refreshed twice to allow new terms to take place.

:warning: Routes will be added to routes/web.php, do not enter any information in the TeamProfiler section in routes file, only before or after otherwise data may be lost upon automatic removal, the other file that will be created or updated is the translation file, will be added as lang/en.json, so despite our best efforts to safeguard your data in those files, if not installing into a new fresh laravel jetstream application then make sure to back up them up before advancing.

You may use Composer to install Team Profiler into your new Laravel Jetstream project:

Publish Config

you can publish config file by use this command

Automatic Removal

If you wish to remove Team Profiler manually, you may do so using composer in the normal way, then you can proceed to delete translations in "lang/en.json" and the TeamProfiler routes in "routes/web.php" despite these becoming ineffective upon composer removal.

If you wish to proceed with automatic removal then ensure you have not added any data inside the TeamProfiler section in "routes/web.php", as it will be removed, yet, any custom routes before and after TeamProfiler section will be safeguarded, same as custom translations.

If you wish to proceed with automatic removal then use this command

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

Developer

With inspiration from

License

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


All versions of team-profiler with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1|^8.2
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 m-nobre/team-profiler contains the following files

Loading the files please wait ....