https://github.com/rawilk/laravel-form-components.randallwilk.dev
Demo site for Laravel Form Components
https://github.com/rawilk/laravel-form-components.randallwilk.dev
Last synced: 3 months ago
JSON representation
Demo site for Laravel Form Components
- Host: GitHub
- URL: https://github.com/rawilk/laravel-form-components.randallwilk.dev
- Owner: rawilk
- Created: 2021-03-29T19:36:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T14:52:42.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T03:28:29.753Z (over 1 year ago)
- Language: PHP
- Homepage: https://laravel-form-components.randallwilk.dev
- Size: 1.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Laravel Form Components Demo Repository
This repository contains the source code for laravel-form-components.randallwilk.dev. This repository can also be used as a guide on how `rawilk/laravel-form-components` should be installed and configured, as well as how it can be used.
## Development
Run the following commands to get started with development of the site:
```bash
git clone git@github.com:rawilk/laravel-form-components.randallwilk.dev.git
./bin/setup.sh
```
When changes are ready for production, run the following bin script:
```bash
./bin/production.sh
```
Note: No work should be done on the **production** branch. To make changes live, code should be PR'd from the **master** branch into the production branch.