orian/framework

A framework package for OrianSoft and OrianSoft Clients.

1.0.4 2025-07-01 01:01 UTC

This package is auto-updated.

Last update: 2025-07-01 02:38:14 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 orian/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.