Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 1.61 KB

index.md

File metadata and controls

55 lines (49 loc) · 1.61 KB
layout hero features
home
name text tagline actions
Packages Toolkit for Laravel
Documentation for Canvas, Testbench, and Workbench
theme text link
brand
Getting Started
/getting-started
theme text link
alt
Testbench
/testbench
title details
Testbench
Simplify the process to create feature and integration tests for your Laravel packages without massive configuration and build steps.
title details
Testbench Dusk
Built on top Testbench to provide support running browser-based tests for your Laravel's packages using Laravel Dusk
title details
Canvas
Canvas replicates all of the <code>make</code> artisan commands available in your basic Laravel application to speed up your Laravel's package development.
title details
Workbench
Workbench provides a set of configurable actions and commands to allow previewing, interacting, and serving your Laravel's packages during development
<script setup> import { VPTeamMembers } from 'vitepress/theme' const members = [ { avatar: 'https://www.github.com/crynobone.png', name: 'Mior Muhammad Zaki', title: 'Creator', links: [ { icon: 'github', link: 'https://github.com/crynobone' }, { icon: 'twitter', link: 'https://twitter.com/crynobone' } ], sponsor: 'https://github.com/sponsors/crynobone' }, ] </script> <style scoped> .container { margin: 0 auto; max-width: 1152px; padding-top: 20px; } </style>