Download the PHP package nepal360/filament-cms-pro without Composer

On this page you can find all versions of the php package nepal360/filament-cms-pro. 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 filament-cms-pro

Filament CMS Pro (nepal360/filament-cms-pro)

An enterprise-grade, WordPress-class Content Management System (CMS) plugin package designed for Laravel and Filament v5. It features a Gutenberg-style block editor workspace, configurable editorial workflows, multilingual support, advanced SEO schema outputs, sitemaps automation, and a non-intrusive server-side analytics tracking engine.

Key Features

  1. Gutenberg-Style Block Editor: Renders visual block layouts (Heading, Paragraph, Hero, Quote, CTA, Images, Galleries, FAQs, and Polls).
  2. Editorial Approval Workflow: Gated transitions (Draft -> Review -> Fact Check -> Editor Approval -> Publisher Approval -> Scheduled/Published) to control editorial routing.
  3. Non-Intrusive Server-Side Analytics: Logs page views and unique users asynchronously in middleware without executing heavy tracking Javascript libraries in the browser. Zero impact on GSC Core Web Vitals (INP, CLS, LCP). Complies with GDPR cookieless privacy.
  4. Automated Sitemaps & Schema: Auto-generates standard sitemaps, Google News sitemaps (last 48h posts), and injects JSON-LD article schemas.
  5. Polymorphic Translation Mapping: Fully localized articles, categories, and tags database schemas.
  6. Centralized CMS Settings: Dynamically toggle taxonomy menu visibilities, assign navigation groups, customize menu labels, and configure tables from a single admin panel.
  7. Dynamic Custom Fields: Dynamically inject custom metadata input components into forms (translatable fields inside translation interfaces, and non-translatable fields in primary editors).
  8. Customizable Tables & Filters: Toggle visible table columns (ID, Serial Number, Featured Image, etc.) and active search filters dynamically.
  9. Comments Moderation Resource: Dedicated interface to moderate reader comments (Pending, Approved, Spam, Rejected states) with custom metadata capabilities.

CMS Settings & Dynamic Custom Fields

Filament CMS Pro includes a centralized CMS Settings Page that allows administrators to dynamically configure resources without code modifications:

Documentation

Interactive developer guides, installation procedures, and block extension tutorials are hosted live at: https://tsrgtm.github.io/Filament-CMS-PRO/

Installation and Quickstart

Since the package is hosted on GitHub, you need to define it as a repository inside your Laravel application's composer.json file before running composer require:

Step 1: Add Repository to composer.json

Open your Laravel application's composer.json and add the repositories block:

Step 2: Install Package

Run the following composer require command:

Please refer to the installation steps and Custom Block Extension guide detailed inside the live documentation page.


All versions of filament-cms-pro with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
illuminate/http Version ^10.0|^11.0
filament/filament Version ^3.0
spatie/laravel-permission Version ^6.0
ezyang/htmlpurifier Version ^4.16
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 nepal360/filament-cms-pro contains the following files

Loading the files please wait ...