Download the PHP package ofthewildfire/relaticle-mods without Composer

On this page you can find all versions of the php package ofthewildfire/relaticle-mods. 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 relaticle-mods

This is a modification to Relaticle CRM - an open source Laravel/Filament CRM tool.

Relaticle links: https://relaticle.com/

I am not affiliated with Relaticle and I make no claims to be.


This is a written guide to installing the Plugin relaticle-mods - setting it out because there is a few steps to take before its working as it should be. 😄 I will do my best to be clear and concise in my instruction.

Prep

First thing is you need an active install of Relaticle, I cannot be sure about the installation in question, but the steps I give will all be as if you are installing this on a regular cPanel, with all its limitations and quirks. (I also suck at writing, so I am just doing this as if I am speaking, will clean up afterwards).

So again things you need to make sure are set:

Now that you have made sure of those little things step are:

Installation steps.

I will list the terminal commands step by step and the actions you need to take:

cd into the domain as mentioned above, now make sure you're there then proceed with the commands:

  1. Install the plugin composer require ofthewildfire/relaticle-mods
    1. If there are deprecation errors you are fine, many packages for Relaticle itself out a little out of date, but its fine. It will not affect the installed product.
  2. Navigate to the "File Manager" in cPanel and find your installation folder public_html/installation_folder.com
  3. Once inside your installation folder, navigate to bootstrap/providers and edit providers and the following line to the bottom of the array:

  4. This will tell the App "Hey, this thing provides stuff for us to use". Important stuff.
  5. Now you need to Register your plugin (same as OctoberCMS actually if you have used that) - go to app/Providers/Filament/AppPanelProvider and edit the AppPanelProvider without this registration the Panel (what you see) won't know what you're talking about with regards to the addition of new resources, to register add this to the plugins array:

Relaticle has their own plugin there, the Custom Fields, add it below, keep the trailing comma its fine in PHP.

  1. Now for the putting the pieces together, you need to add relationships to a few models, the models we are using in the Plugin, namely:

Events and Projects are our own so we control those, but the relationships above are Relaticle core, we do not, so we have to add our relationships there, not hard just copy from here will give it all below:

app/Models/Task

First one is the task model, you need to add the following, these add relationships either to existing to our own or our own to existing.

app/Models/Note

and finally to:

app/Models/People

These add our relationships to Relaticle. Making sure everything works together, not against each other.

After that, php artisan migrate and everything should be running smoothly. 🙏


Notes: I am always eager to learn and readily admit I am learning still, so if you see something that could be done better don't hesitate to let me know. Its how I learn. 🌟🌟


Enjoy and have a good day.


All versions of relaticle-mods with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.0|^12.0
filament/filament Version ^3.0
spatie/laravel-medialibrary Version ^11.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 ofthewildfire/relaticle-mods contains the following files

Loading the files please wait ...