dashed/dashed-core

DashedCore

Maintainers

👁 Robinvm

Package info

github.com/DashedCMS/dashed-core

Homepage

pkg:composer/dashed/dashed-core

Fund package maintenance!

Dashed

Statistics

Installs: 3 640

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 3

v4.25.1 2026-06-26 08:26 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 4586f7c07409ac2c82e6c13e5d1653627059da8f

  • Robin van Maasakker <robin.woop@dashed.nl>

laravelDasheddashed-core

This package is auto-updated.

Last update: 2026-06-26 08:27:37 UTC


README

👁 Latest Version on Packagist
👁 GitHub Tests Action Status
👁 GitHub Code Style Action Status
👁 Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us

[👁 Image
](https://spatie.be/github-ad-click/Dashed core)

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation

You can install the package via composer:

composer require dashed/dashed-core

You can publish and run the migrations with:

php artisan vendor:publish --tag="dashed-core_without_prefix-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="dashed-core_without_prefix-config"

Optionally, you can publish the views using

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

This is the contents of the published config file:

return [
];

Usage

$dashed-core = new Dashed\DashedCore();
echo $dashed-core->echoPhrase('Hello, Dashed!');

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

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

Credits

License

The MIT License (MIT). Please see License File for more information.

Build: node bin/build.js