2.0 2024-10-04 01:43 UTC

This package is auto-updated.

Last update: 2024-10-04 01:43:47 UTC


README

Latest Version on Packagist

GitHub Tests Action Status

GitHub Code Style Action Status

Total Downloads

Installation

You can install the package via composer:

composer require socoladaica/admin

You can publish and run the migrations with:

php artisan vendor:publish --provider="SocolaDaiCa\Admin\Providers\AdminServiceProvider" --tag="migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="SocolaDaiCa\Admin\Providers\AdminServiceProvider" --tag="config"

Optionally, you can publish the views using

--provider="SocolaDaiCa\Admin\Providers\AdminServiceProvider" --tag="views"

Usage

$variable = new VendorName\Skeleton();

echo $variable->echoPhrase('Hello, VendorName!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

MIT. Please see LICENSE File for more information.