An open API service indexing awesome lists of open source software.

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

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.