8000 GitHub - benlumley/getrector-com: Rector Website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

benlumley/getrector-com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customization

  • Use .env.local to customize environment variables.

First Run

Install npm and dependencies:

yarn install
yarn run dev

Install composer dependencies:

cp .env.dist .env
composer install

Setup database:

touch database/database.sqlite
php artisan migrate

Run website in local browser:

php artisan serve

About

Rector Website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 72.7%
  • Blade 23.4%
  • SCSS 3.3%
  • Other 0.6%
0