Skip to content

otobio/public-resource-manager

Repository files navigation

Public Resource Drive is a resource manager.

Table of Contents

Screenshot

See the screenshot below: image

Built with

Setup

You will need

  • PHP >=7.4 or newer
  • Mysql
  • Node.js >=12 or newer
  • composer
  • npm or yarn

Steps

  • Rename .env.example to .env and update the DB_* environment variables per your system
  • composer install
  • php artisan migrate
  • php artisan key:generate
  • npm install
  • Compile JS and Scss files with npm run dev
  • Run development server with php artisan serve
  • Navigate to the address in the last command and enjoy

Pages

  • Home or Guest /
  • Admin /admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published