rectorphp

rectorphp /getrector-com

Rector Website

29
41
GitHub
Public

Repository Statistics

Key metrics and engagement data

29
Stars
41
Forks
3
Open Issues
0
Releases
2.41
Engagement Rate
Default branch: main

Timeline

Repository has been active for 7 years, 9 months

Repository Created

Last Commit
Recently active

README.md

getrector.com Website

Customization

  • Use .env.local to customize environment variables.

First Run

Install npm and dependencies:

bash
1npm install
2npm run dev

Install composer dependencies:

bash
1cp .env.dist .env
2composer install

Setup database:

bash
1touch database/database.sqlite
2php artisan migrate

Run website in local browser:

bash
1php artisan serve