Laravel Assetbook is a simple package for displaying your application assets in one place. When your application grows with 1000s' of images, videos,... it becomes difficult to track and preview the images in code editor, this is where laravel assets will be helpful. It provides the pages for previewing the images, with its sizes and mime types. It also contains the search functionality and finding images that needs optimization. It is a very handy tool for engineers and designers.
You can install the package via composer:
composer require skthon/assetbook
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email saikiranchavan@gmail.com or create an issue.
The MIT License (MIT). Please see License File for more information.