codakarta/aru2ka

A beautifull codakarta UI Kit

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

v1.0.1 2022-01-06 06:26 UTC

This package is auto-updated.

Last update: 2024-05-06 14:27:46 UTC


README

To get started with Aru2ka, use Composer to add the package to your project's dependencies:

composer require codakarta/aru2ka

Register the service provider:

'providers' => [
    /*
    * Package Service Providers...
    */
    Codakarta\Aru2ka\ArunikaServiceProvider::class,
],

Run 'config:cache' commands:

php artisan config:cache

Publish aru2ka files:

php artisan aru2ka:install

Finalizing the installation:

npm install
npm run dev

License

Aru2ka is open-sourced software licensed under the MIT License (MIT). Please see License File for more information.