Download the PHP package mozartdigital/filament-blog without Composer

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

Firefly Filament Blog

The Filament Blog Plugin is a feature-rich plugin designed to enhance your blogging experience on your website. It comes with a variety of powerful features to help you manage and customize your blog posts effectively.

Latest Version on Packagist Total Downloads Packagist License GitHub forks GitHub Org's stars

Firefly Filament Blog

Features

Demo Video

IMAGE ALT TEXT HERE

Upgrade Note

Important: If you are upgrading from version 1.x to 2.x, please follow the steps below:

  • Backup your database before running the migration. This is just for safety purposes.
  • Now you can add prefix on blog tables from the config file.

  • After set the prefix please run the migration by running the following command: php artisan filament-blog:upgrade-tables

    Installation

    If your project is not already using Filament, you can install it by running the following commands:

Install the Filament Blog Plugin by running the following command:

Usage

After composer require, you can start using the Filament Blog Plugin by runing the following command:

This command will publish filamentblog.php config file and create_blog_tables.php migration file. ` If you have a different url for the home page, you can set it in thehomekey in therouteconfiguration. Before running the migration, you can modify thefilamentblog.php` config file to suit your needs.

If you want to publish config, views, components, and migrations individually you can run the following command:

What if you have already a User model?

Migrate the database

After modifying the filamentblog.php config file, you can run the migration by running the following command:

Storage Link

After running the migration, you can create a symbolic link to the storage directory by running the following command:

Attach filament blog panel to the dashboard

You can attach the Filament Blog panel to the dashboard by adding the following code to your panel provider: Add Blog::make() to your panel passing the class to your plugins() method.

Manage user relationship

If you want to manage the user relationship, you can modify the User model to have a relationship with the Post model.

Allow user to comment

If you want to allow users to comment on blog posts, you can modify the User model to add a method canComment().

Now you can start using the Filament Blog Plugin to manage your blog posts effectively.

You can change the route prefix in the filamentblog.php config file.

Social Media Share

For social media share, please visit Sharethis and generate the JS Script and HTML code and save from our share snippet section.

Recaptcha

To add the recaptcha to the blog comment form, you can add environment variables in your .env file. And make sure enabled is set to true in the filamentblog.php config file.

Credits

Security

If you discover a security vulnerability within this package, please send an e-mail to [email protected], All security vulnerabilities will be promptly addressed.

🤝 Contributing

Please see CONTRIBUTING for details.

📄 License

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

Made with love by Firefly IT Solutions, Nepal - thefireflytech.com


All versions of filament-blog with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
filament/support Version ^3.2
awcodes/filament-tiptap-editor Version ^3.2
malzariey/filament-daterangepicker-filter Version ^3.1
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 mozartdigital/filament-blog contains the following files

Loading the files please wait ....