Download the PHP package qruto/laravel-flora without Composer

On this page you can find all versions of the php package qruto/laravel-flora. 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 laravel-flora

Laravel Flora Logo

A convenient way to automate setup of your application.

Laravel Flora Code Example

Build Status Styles check Types check Refactor code Total Downloads Latest Stable Version

## Goal The main goal of _Flora_ is define and automate the setup process of Laravel application. All necessary actions to make the application ready to work in one place. Packages discovering, assets building and publishing, running database migrations, caching etc... > 🧠🚀 Put the knowledge of setup instructions at the application level. ## Introduction Revival of [Laravel Initializer](https://laravel-news.com/automate-app-setup-with-laravel-initializer). Rethinked, improved, prettified, renamed. _Flora_ allows you to bring Laravel application to live by one command. Use default or define custom chain of actions required to **install** or **update** an application. Run `install` when you fetch a fresh application to prepare it to launch on new environment. - after `git clone` Run `update` on every dependency or source code change. - after `composer install|update` - after `git pull|checkout|megre|...` - in deploy script - in CI/CD pipeline it will take care of the rest of the work. ## Support Since of February 24, unfortunately I haven't any commercial work, permanent living place or the ability to plan anything for the long term. However, I have a greater desire to continue creating useful solutions for people around the world. It makes me feel better these days. [![support me](https://raw.githubusercontent.com/slavarazum/slavarazum/main/support-banner.png)](https://github.com/sponsors/qruto) [GitHub Sponsorships profile](https://github.com/sponsors/qruto) is ready! There you can find current work, future plans, goals and dreams... Your stars make me happier each day ❤ī¸ ⭐ Sponsorship will enable us to live more peacefully and continue to work on useful solutions for you. I would be very grateful for mentions or just a sincere "thank you". đŸ’ŗ [Sponsoring directly to savings jar](https://send.monobank.ua/jar/3eG4Vafvzq) with card or Apple Pay/Google Pay. ## Installation Via Composer: ## Usage Replace ~~**installation**~~ section in readme file with: Refresh application state by: > ℹī¸ Instruction depends on current **environment**. Package has predefined actions suitable for most cases. See detailed output in verbosity mode: You can automate the update process by adding `@php artisan update` command to your application `composer.json` script `post-autoload-dump` section and remove default `vendor:publish` command from `post-update-cmd` section. `update` command will take care of assets publishing for you. Setup it with: `composer.json` changes: ### Register Task Scheduler Conditions: - any scheduler task registered - installation process performed - application in production environment then you will be prompted for the addition of a cron entry to [run the task scheduler every minute](https://laravel.com/docs/master/scheduling#running-the-scheduler). ![Task Scheduler](https://github.com/qruto/laravel-flora/raw/HEAD/art/task-scheduling.png) ## Configuration To customize instructions for each environment, you need to publish setup files. This command will create `routes/setup.php` file with predefined instructions for `local` and `production` environments. Feel free to change it any way you need or add specific environment like `staging`.
`build` and `cache` script details `build` script contains assets building commands: `cache` script provides general application caching:
In addition, it will create `config/flora.php` for configuration assets publishing. If you need to customize just assets publishing, you can publish only configuration file: ### Side Packages Support _Flora_ automatically detects several packages for performing necessary actions on install or update. For example: publish Vapor UI assets, generate IDE helper files, terminate Horizon workers etc. Supported: - [Laravel Vapor Ui](https://github.com/laravel/vapor-ui) - [Laravel Horizon](https://github.com/laravel/horizon) - [IDE Helper for Laravel](https://github.com/barryvdh/laravel-ide-helper) Soon: - [ ] [Laravel Octane](https://laravel.com/docs/10.x/octane#reloading-the-workers) - [ ] [Laravel Nova](https://nova.laravel.com/docs/4.0/installation.html#updating-nova-s-assets) - [ ] [Laravel Passport](https://laravel.com/docs/10.x/passport#deploying-passport) ### Custom Scripts Override or define custom script in service provider's `boot` method: ### Available Actions ## Upgrading Please see [UPGRADING](UPGRADING.md) for details. ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ## Contributing Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CONDUCT](.github/CODE_OF_CONDUCT.md) for details. ## Security If you discover any security related issues, please email [email protected] instead of using the issue tracker. ## Credits Thanks [Nuno Maduro](https://github.com/nunomaduro) for [laravel-desktop-notifier](https://github.com/nunomaduro/laravel-desktop-notifier) package which brings desktop notifications to Laravel. - [Qruto](https://github.com/qruto) - [All Contributors](../../contributors) ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information. [link-author]: https://github.com/qruto [link-contributors]: ../../contributors

All versions of laravel-flora with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/bus Version ^10.0
illuminate/config Version ^10.0
illuminate/console Version ^10.0
illuminate/container Version ^10.0
illuminate/contracts Version ^10.0
illuminate/support Version ^10.0
nunomaduro/laravel-desktop-notifier Version ^2.7
spatie/laravel-package-tools Version ^1.14
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 qruto/laravel-flora contains the following files

Loading the files please wait ....