Skip to content

A lightweight interface to list, showcase and isolate your laravel components to work on them efficiently.

Notifications You must be signed in to change notification settings

raitonedev/blook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blook

A lightweight interface to list, showcase and isolate your laravel components and work on them efficiently.

Installation

Install via composer

composer require raitone/blook

Add provider to your config/app.php file in providers

$providers = [
    ...
    Raitone\Blook\Providers\BlookProvider::class,
    ...
]

Publish the config/blook.php file and @definitions.php files.

php artisan vendor:publish --provider="Raitone\Blook\Providers\BlookProvider"

Clean route and config

php artisan route:cache
php artisan config:cache

You should now be able to navigate on localhost/blook and work on your components !

Configuration options

About

A lightweight interface to list, showcase and isolate your laravel components to work on them efficiently.

Resources

Stars

Watchers

Forks