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

https://github.com/rectorphp/getrector-com

Rector Website
https://github.com/rectorphp/getrector-com

ast automated-refactoring instant-upgrade php rector website

Last synced: 7 months ago
JSON representation

Rector Website

Awesome Lists containing this project

README

          

# [getrector.com](https://getrector.com) Website

### Customization

- Use `.env.local` to customize environment variables.

## First Run

Install npm and dependencies:

```bash
npm install
npm run dev
```

Install composer dependencies:

```bash
cp .env.dist .env
composer install
```

Setup database:

```bash
touch database/database.sqlite
php artisan migrate
```

Run website in local browser:

```bash
php artisan serve
```