Skip to content

sherwinmartin/projectwiz

Repository files navigation

Projectwiz

A demo app using Laravel 8, Bootstrap 4 CSS Framework, jQuery JS Framework, and VueJS Framework. This app is not meant to be in production but contains code that uses different functionalities with the Laravel Framework.

Requirements

  • PHP8 or higher (not tested with PHP8)
  • Laravel 9
  • Composer
  • NodeJS

Installation

  • git clone [email protected]:w1n78/projectwiz.git [path/folder]
  • cd [path/folder]
  • composer install
  • cp .env.example .env
  • php artisan key:generate
  • Edit the .env file to match your environment.
  • npm install
  • npm run dev

Laravel Sail

If using Laravel Sail, adjust the docker-compose.yml file to suit your needs.

Example code usage

  • Laravel authentication (custom)
  • Eloquent relationships
  • Database migration files

Coming soon

  • Model factories
  • Seeder files
  • More custom authentication examples

Contact me

About

Project management tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published