For the complete documentation index, see llms.txt. This page is also available as Markdown.

Feature Tests

LaunchStack follows the Laravel test guides, check out the documentation.

The tests are divided by namespaces like:

  • Admin

  • App

  • Blog

  • Website

  • Auth

How to create a new test

php artisan make:test UserTest

How to run tests

php artisan test

Last updated