Download the PHP package jeddsaliba/filament-one without Composer

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

Filament One

Filament One is a powerful and flexible starting point for building robust and scalable admin dashboards. This boilerplate is designed to help developers quickly set up an admin panel with essential features, security measures, and user-friendly management tools.

Built using FilamentPHP, it leverages modern PHP development practices to ensure a smooth and efficient experience.

GitHub stars GitHub issues GitHub issues License PHP Version Laravel Version Filament Version

Key Features:

Why Choose Filament One?

Table of Contents

Getting Started
Setup Local Environment
Database
Generate Filament Shield Permissions
Create Administrator Account
Generate Test Data
Initialize The Application
API Support
Troubleshooting
Plugins Used
Acknowledgments
Support

Getting Started

Create a new project using this command:

Install the dependencies by running the following commands:

Setup Local Environment

Generate a new .env file by running:

Configure the APP_URL in your .env file:

Configure the MySQL connection in your .env file:

or if you're using PostgreSQL:

Configure the Mailer in your .env file:

Database

Assuming that you have already created an empty database, run this command to migrate the database tables:

Generate Filament Shield Permissions

In order to generate filament shield permissions, run this command:

Create Administrator Account

In order to create an administrator account, run this command:

Generate Test Data

You may also run this command in order to populate the database with test data:

Initialize The Application

In order to start the application, use any of the following commands:

or

API Support

Integrate Filament One with external applications via APIs.
Here is the postman collection. Just import it and you're all set!

Troubleshooting

  1. If the css and js for the custom page are not working, please run this command:

Plugins Used

These are Filament Plugins use for this project.

Plugin Author
Ace Editor Rio Dewanto P
ActivityLog Rômulo Ramos
API Service Rupadana
Breezy Jeff Greco
Comments Parallax
Date Range Filter and Picker Majid Al Zariey
Easy Footer Alexandre
Environment Indicator Dennis Koch
Filament Spatie Media Library Filament Official
Filament Spatie Settings Filament Official
Global Search Modal Mohamed Charrafi
Grapes JS dotSwan
Impersonate Signature Tech Studio
Phone Input Yusuf Kaya
Shield Bezhan Salleh
Spatie Laravel Health Shuvro Roy

Acknowledgments

Support

Show Your Support

Give a ⭐️ if this project helped you!


All versions of filament-one with dependencies

PHP Build Version
Package Version
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 jeddsaliba/filament-one contains the following files

Loading the files please wait ....