orian / framework
A framework package for OrianSoft and OrianSoft Clients.
1.0.4
2025-07-01 01:01 UTC
Requires
- php: ^8.2
README
This repo can be used to scaffold a Laravel package. Follow these steps to get started:
- Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
- Have fun creating your package.
- 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.