Skip to content

seadonfrank/Voucher-System

Repository files navigation

Build Status Total Downloads Latest Stable Version License

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 attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Contributing

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

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

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

Swagger Documentation

We are using the DarkaOnLine/L5-Swagger to create a swagger UI client and swagger API documentation. This package is based on swagger-PHP and swagger-UI.

Use the following command to generate the swagger documentation manually

php artisan l5-swagger:generate

Use the following path to access the swagger JSON definition used by 3rd parties or a UI

/api/docs

Since the L5-Swagger depends on the swagger-PHP and swagger-UI, We will need to run the following command when ever these packages have been updated or when we are setting it up at for the first time.

php artisan l5-swagger:publish

Use the following URL to access the API Documentation and interact with the API

/api/documentation

Database Seeders

Use the following commands to create a DB Seeder. This will have to be run only once after the DB Migration commands only.

php artisan db:seed

php artisan db:seed --class=UsersTableSeeder

Following are the default login credentials Username / Email : admin Password : admin@123

About

Voucher creation and redemption system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published