Download the PHP package jiannius/atom-livewire without Composer

On this page you can find all versions of the php package jiannius/atom-livewire. 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 atom-livewire

Jiannius Atom

Static Site Installation

  1. Install Laravel

  2. Install Atom

  3. Enable static site in config/atom.php

  4. Add middleware to app\Http\Kernel.php

  5. Start development

Application Installation

  1. Create Database

    First you must create a database for your project in MySQL

  2. Install Laravel

  3. Update .env with database name

  4. Install Atom

  5. Initialize Atom

  6. Run migration

  7. Publish routes. This will copy the base routes from atom to routes/web.php

  8. Run npm install

  9. Add middleware to app\Http\Kernel.php

  10. Configure Sentry for error monitoriing (Optional)

  11. Start development

Install Atom Modules

  1. Run the migration for the specific module

  2. (Optional) Publish the codes to local for further modification

Modify Livewire\App\Settings

  1. To modify the app settings, extend Jiannius\Atom\Http\Livewire\App\Settings\Index.php, and then change the getTabsProperty() method.

  2. Alternatively, you can publish the whole app/settings to local.

Payment Gateway

  1. To enable payment gateway, add the provider in config/atom.php

  2. Exclude the redirect and webhook route from CSRF checking.

  3. Configure config/session.php same site settings to null. This is to allow POST from another provider.

  4. Use the payment gateway component to show the payment method selection box.

  5. Create a fulfillment job in app/Jobs for each provider. Below are the class name for each providers:
    • Ozopay: app/Jobs/OzopayFulfillment.php

All versions of atom-livewire with dependencies

PHP Build Version
Package Version
Requires backpack/basset Version ^1
barryvdh/laravel-debugbar Version ^3
barryvdh/laravel-dompdf Version ^2.0
doctrine/dbal Version ^3.6
intervention/image Version ^3
laravel/socialite Version ^5.0
league/flysystem-aws-s3-v3 Version ^3.0
livewire/livewire Version ^2.0
rap2hpoutre/fast-excel Version ^5.0
torann/geoip Version ^3.0
jenssegers/agent Version ^2.0
sentry/sentry-laravel Version ^3
symfony/http-client Version ^6.0
symfony/mailgun-mailer Version ^6.0
laravel/sanctum Version ^3.2
laravel/pail Version ^1.0
phpoffice/phpword Version ^1.1
consoletvs/profanity Version ^3.3
calebporzio/sushi Version ^2
laravel/reverb Version ^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 jiannius/atom-livewire contains the following files

Loading the files please wait ....