blast icon indicating copy to clipboard operation
blast copied to clipboard

Storybook for Laravel Blade πŸš€

Results 34 blast issues
Sort by recently updated
recently updated
newest added

Running the `blast:launch` command doesn't produce the expected result which would be to access either `localhost:6006` or `freshl9.test/storybook_preview` and see StoryBook. Blast: 1.6 Laravel: 9.9.0 PHP: 8.1.4 Node: 17.8.0 Also...

Hi. I am not pretty sure about is it a Storybook or Blast bug, but when I am trying to use dot (.) in args name it throw an error:...

Hi. I found 1 issue related to the preset (presetArgs). If we are looking for an example of presetArgs: https://github.com/area17/blast#presetting-data all type of values are strings, and works well. If...

This PR creates a Facade `DataStore`. I changed the way the data sore loads its content. Instead of loading all files in `data/*.php`Β on init, it will try to load...

Hi there, Thanks for creating this excellent package. I tried to follow the tutorial at https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c but encountered difficulties. Steps I tried: - composer require area17/blast - php artisan blast:launch...

After installing blast and added the demo button I get the error message 'Cannot GET /storybook_preview/blast-demo/button' In developer console it shows a 'GET' error 404 not found on this url:...

Hi there, amazing project , perfect partner for working with Twill. I instaled in a pre-existing twill instalation. Everything fine, but I would like to devep isolated components working straight...

Hi @mrtimbrook is this supported and I am missing something? I have been so far able to pass an array to the story so it registers in the controls addon...

First of all, awesome work! Very cool making Storybook work with blade components. πŸ˜„ I was wondering if actions were currently supported, I think I'm on the right track, but...

I discovered an issue with the command `blast:launch --install` when ssh'ing into vagrant box/homestead. The same babel parser error that gets thrown sometimes when trying to run `npm run dev`...