laravel / folio

Page based routing for Laravel.
MIT License
568 stars 46 forks source link

[1.x] Improves Development Workflow by directly serve code using Testbench #74

Closed crynobone closed 1 year ago

crynobone commented 1 year ago

orchestra/testbench 8.6.0 introduced a new workbench feature today which allow developers to directly serve the application without having to add it under any Laravel project.

https://github.com/laravel/folio/assets/172966/451541b6-3706-4591-a102-98d6f08d841d

To run the project:

composer run serve
Jubeki commented 1 year ago

The path workbench, should be added to .gitattributes as export-ignore.