Download the PHP package zaheensayyed/filament-cms without Composer

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

Filament CMS: Accelerate CMS Development with Laravel and Filament

Filament CMS is a powerful package designed to streamline content management system (CMS) development using Laravel and Filament. It offers a fast and flexible solution for building dynamic, user-friendly interfaces for managing content, empowering developers to create and deploy CMS applications with ease.

Key features include:

Filament CMS is your go-to package for building robust, scalable, and feature-rich CMS applications using Laravel and Filament.

Installation

composer require zaheensayyed/filament-cms

After installation, you may need to publish the configuration file:

php artisan vendor:publish --tag=filament-cms-config

Usage

Menu Example

To retrieve and display a menu, use the following method:

FilamentCms::getMenu('Main menu');

This method returns the specified menu (e.g., "Main menu") with its hierarchical structure, allowing you to use it in your views or layouts.

Create and Attach Pages to Menus

Once a page is created through the CMS interface, it can be attached to a multilevel menu for easy navigation across your website or application.

Gallery Feature

Integrate galleries effortlessly by creating image galleries in the admin panel and attaching them to pages or posts, enhancing the visual richness of your CMS.

Configuration

You can configure various aspects of Filament CMS by modifying the published configuration file.

License

Filament CMS is open-sourced software licensed under the MIT license.


All versions of filament-cms with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^3.0
filament/forms Version ^3.0
filament/tables Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.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 zaheensayyed/filament-cms contains the following files

Loading the files please wait ....