Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 3.25 KB

README.md

File metadata and controls

72 lines (48 loc) · 3.25 KB

Build Status Total Downloads Latest Stable Version License

About National Envrionment Platform - NEP

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Plugins

composer require laravel/fortify : version ^1.6 for laravel/fortify composer require laravel/tinker: https://laravel.com/docs/8.x/artisan

ERD

Database stucture: https://drive.google.com/file/d/1AKkhn6Un0e-PPttXFus3_7ES2K4iu8Bn

QuickStart

Pull the code Set DB connection in config.database.php Run: php artisan migrate Run: php artisan migrate:refresh --seed

After adding a new class you can : composer dump-autoload

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within NEP send an email to info@reforestsrilanka.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

NEP is Licensed is pending.

To run the program

  1. Download the repository
  2. Run composer install
  3. Run composer du
  4. Set up the database in the .env file
  5. Set up mailtrap.io in the .env file
  6. run php artisan:migrate
  7. run php artisan:serve
  8. On the browser of your choice go to localhost:8000

non essential change