Skip to content
/ saf-demo Public

I've created this little project under 3 days. Use it freely if you want.

Notifications You must be signed in to change notification settings

kidii/saf-demo

Repository files navigation

SAF DEMO

You must have Redis installed on your computer to use the application. Then you need to modify some data in the database section in the .env file.

Next steps:

  1. Open a terminal, go to the application root path, then run these commands:

  2. install all required php dependencies

composer install
  1. install all required node dependencies
npm install 
  1. build the frontend assets
npm run build
  1. create the database tables, and imports some dummy data (optional)
php artisan migrate --seed 
  1. same as above, just without dummy data
php artisan migrate
  1. setup queue worker for sending email
php artisan queue:work

About

I've created this little project under 3 days. Use it freely if you want.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published