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
- Host: GitHub
- URL: https://github.com/rectorphp/getrector-com
- Owner: rectorphp
- License: mit
- Created: 2017-10-28T21:18:10.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T00:30:38.000Z (7 months ago)
- Last Synced: 2025-06-29T01:36:10.512Z (7 months ago)
- Topics: ast, automated-refactoring, instant-upgrade, php, rector, website
- Language: PHP
- Homepage: https://getrector.com
- Size: 108 MB
- Stars: 29
- Watchers: 5
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```