https://twill.io logo
Join Discord
Powered by
# 🚀blast
  • t

    Tim

    10/19/2021, 1:51 PM
    Hello! Blast is a package to use Storybook with Laravel. We published this article yesterday to help you get familiar with Blast's features - https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c All comments welcome 🙂
  • t

    Tim

    01/05/2022, 11:55 PM
    Today we published Blast 1.5 which includes a new command to auto-visualize your Tailwind config within Blast. Run
    php artisan blast:generate-docs
    follow the prompts and then launch Blast. The docs are generated as stories within Blast and will appear in the left rail (default name is 'Ui Documentation'. You can read more about it here - https://dev.to/area17/documenting-your-design-system-in-blast-4ao6
  • t

    Tim

    01/06/2022, 3:41 PM
    See it in action here
  • s

    sjardim

    01/22/2022, 2:12 PM
    The transition page alone is incredible!! 😍
  • i

    ifox

    01/22/2022, 2:27 PM
    thanks @sjardim! Let us know if you have any feedback on Blast.
  • s

    sjardim

    01/22/2022, 2:37 PM
    I just started using it, and I'm loving it. Will give feedback as I explore it better in the coming weeks. 🙂
  • a

    antonioribeiro

    05/10/2022, 12:39 PM
    Anyone had trouble with Storybook and CSP? Dashboard not opening for a user and Chrome is 🔴 flagging some CSP rules
  • i

    ifox

    05/10/2022, 12:43 PM
    https://github.com/storybookjs/storybook/issues/12364#issuecomment-1069143831
  • a

    antonioribeiro

    05/10/2022, 1:02 PM
    Yes I reach that one too, but didn't really make sense to suddenly have these errors showing only for one person
  • i

    ifox

    05/10/2022, 1:03 PM
    Probably an extension?
  • a

    antonioribeiro

    05/10/2022, 1:06 PM
    It's not me, but he's having trouble on Safari too
  • i

    ifox

    05/10/2022, 1:07 PM
    headers injected on his network?
  • a

    antonioribeiro

    05/10/2022, 1:22 PM
    Apparently upgrading to Storybook 6.4.22 fixed it, so: https://github.com/area17/blast/pull/50/files
  • Installing Blast
    w

    wingman

    03/25/2023, 10:30 PM
    this is plain new laravel 9, and testing flash storybook install. but have found some issues. The picture above is the issue Cannot GET /storybook preview/blast-demo/button After installing blast and adding my demo button but url not found. In the developer console it shows a 404 'GET' error not found at this url: http://localhost/storybook_preview/blast-demo/button?measureEnabled=false&outline=false&label=Button&href=http%3A%2F%2Farea17.com&icon=plus-24&iconPosition=after What do I have to change in my configuration for this to work? repos listed: https://github.com/yusupsupriyadi/storybook-laravel-9
    i
    • 2
    • 15