codakarta / aru2ka
A beautifull codakarta UI Kit
v1.0.1
2022-01-06 06:26 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.