in10/styleguide
Adds a basic styleguide to Laravel projects. Install via Composer, place Blade templates in resources/views/styleguide, then view them in the browser at /styleguide to browse and document UI components and patterns.
In this version we've overhauled the styleguide. This version will include some new features to make your life as a developer a bit easier. Here is a quick overview of the new changes:
Please note that this version of the styleguide is written in ES6 without Polyfills. This decision has been made by the team because we believe in the future of the web. If you still want to test in older browser; for example IE11 then keep in mind that you wont have the full experience.
Previous release 0.3.1 has a bug that prevented the timeout extension from working. Now fixed.
Some colleagues have a problem with their local setup in which the frontend build step takes excessively long, sometimes over 5 minutes, which is the default timeout for the deployment process.
This release changes the timeout for the frontend build step (and only that step) to 10 minutes.
Enjoy
How can I help you explore Laravel packages today?