Contributing¶
If you're new to Masonite I suggest you to first read the Official Documentation. Masonite strives to have extremely comprehensive documentation 😃. It would be wise to go through the tutorials there.
Have questions or want to talk? Join the Masonite community on GitHub Discussions.
Develop instructions¶
To test the project locally, you just need to clone the repository and configure a basic .env just like any masonite project.
Install dependencies¶
Create a simple .env
Run migrations
Build assets
Run the app
Visit http://localhost:8000/collapsar and you should see the dashboard and the User resource.