Skip to content

LakinduK/helaosu

Repository files navigation

Hela Osu - හෙළ ඔසු

helaosu

Introduction Slideshow :

https://slides.com/lakinduk/helaosu

To Install and Run the Laravel project

prerequisite -

  • install xampp
  • install composer
  • install laravel

run these commands and install laravel

composer create-project laravel/laravel example-app
cd example-app
php artisan serve

1) edit the line of php version 08support in composer.json file (line 11)

"php": "^7.2.5|^8.0",

2) update your composer by running this command

  composer update

3) create a database in mysql

ex:-test

4) add that database name to .env files database name (line 12)

ex:- DB_DATABASE=test

migrate the database using this command

php artisan migrate

6) run the app

php artisan serve

creating an admin account via database for the first time

  • signup a new user
  • go to sql database table and change the newly created user's user type to 0
  • logout and login

if you found this project valueable, try deploying it in your own digitalocean droplet. 👦
(affiliate link)

DigitalOcean Referral Badge

Screenshots

image

Home

image

Login / Sign Up

image

Add Recipies

About

Hela Osu - හෙළ ඔසු is a online ayurvedic recipe management system built using laravel PHP, mysql for the distributed system

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published