Skip to content

integer/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

Run website in local browser:

php artisan serve

Packages

No packages published

Languages

  • PHP 75.3%
  • Blade 21.1%
  • SCSS 2.9%
  • Other 0.7%