Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.48 KB

File metadata and controls

45 lines (31 loc) · 1.48 KB

Task Bookmarks

GitHub Workflow Status styleci

Packagist Packagist Packagist

Package description: This is a Laravel package for fun.

Installation

Install via composer

composer require aleksei4er/task-bookmarks

Publish package assets for web interface

php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"

Install web interface

php artisan admin:install

Usage

After that, the interface will be available at yourdomain.com/admin/bookmarks

Security

If you discover any security related issues, please email instead of using the issue tracker.

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator.