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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
composer require laravel/fortify : version ^1.6 for laravel/fortify composer require laravel/tinker: https://laravel.com/docs/8.x/artisan
Database stucture: https://drive.google.com/file/d/1AKkhn6Un0e-PPttXFus3_7ES2K4iu8Bn
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
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within NEP send an email to info@reforestsrilanka.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.
NEP is Licensed is pending.
- Download the repository
- Run composer install
- Run composer du
- Set up the database in the .env file
- Set up mailtrap.io in the .env file
- run php artisan:migrate
- run php artisan:serve
- On the browser of your choice go to localhost:8000