orians/framework

A framework package for OrianSoft and OrianSoft Clients.

Maintainers

Package info

github.com/ComusBala96/framework

pkg:composer/orians/framework

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.2.1 2026-03-11 13:42 UTC

This package is auto-updated.

Last update: 2026-04-11 13:45:35 UTC


README

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

  1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
  2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
  3. Have fun creating your package.
  4. If you need help creating a package, consider picking up our Laravel Package Training video course.

Installation

You can install the package via composer:

composer require orians/framework

You can publish and run the migrations with:

php artisan vendor:publish --tag="framework-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="framework-config"

Credits

License

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