Search by

rabsana / sialk

rabsana

General tools for creating laravel projects

Package info

github.com/rabsana/sialk

pkg:composer/rabsana/sialk

Fund package maintenance!

rabsana

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-09-25 05:02 UTC

This package is auto-updated.

Last update: 2026-09-25 05:06:17 UTC


README

Sialk

Packagist PHP from Packagist Laravel versions GitHub Workflow Status (main) Total Downloads

General tools for creating Laravel projects

Installation

You can install the package via Composer:

composer require rabsana/sialk

You may publish all of the package's resources at once:

php artisan vendor:publish --tag="sialk"

Or, you may publish each resource individually:

Publishing the Configuration File

php artisan vendor:publish --tag="sialk-config"

Publishing and Running the Migrations

php artisan vendor:publish --tag="sialk-migrations"
php artisan migrate

Publishing the Views

php artisan vendor:publish --tag="sialk-views"

Publishing the Translations

php artisan vendor:publish --tag="sialk-lang"

Publishing the Public Assets

php artisan vendor:publish --tag="sialk-assets"

Usage

Changelog

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

Contributing

Thank you for considering contributing to Sialk! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Sialk is open-sourced software licensed under the MIT license.