laravelir/bookmarkable

a bookmarks laravel package

dev-master 2025-02-19 15:45 UTC

This package is auto-updated.

Last update: 2025-03-30 20:26:12 UTC


README

  • Starts
  • Forks Total Downloads

laravelir/bookmarkable

A bookmarkable for fun

Installation

  1. Run the command below to add this package:
composer require laravelir/bookmarkable
  1. Open your config/app.php and add the following to the providers array:
Laravelir\Bookmarkable\Providers\BookmarkableServiceProvider::class,
  1. Run the command below to install the package:
php artisan bookmarkable:install

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Credits

License

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