Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csinghdev/laravel-starter
Laravel starter project with JWT + Auth APIs + Registration, Email Verification and Forgot Password APIs + Response Management + Backup Management + API Logging + Laravel Telescope + TDD environment setup
https://github.com/csinghdev/laravel-starter
apis authentication backup jwt laravel rest-api tdd
Last synced: 3 days ago
JSON representation
Laravel starter project with JWT + Auth APIs + Registration, Email Verification and Forgot Password APIs + Response Management + Backup Management + API Logging + Laravel Telescope + TDD environment setup
- Host: GitHub
- URL: https://github.com/csinghdev/laravel-starter
- Owner: csinghdev
- Created: 2020-04-11T17:24:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T20:28:20.000Z (over 1 year ago)
- Last Synced: 2023-11-07T16:56:53.944Z (about 1 year ago)
- Topics: apis, authentication, backup, jwt, laravel, rest-api, tdd
- Language: PHP
- Homepage:
- Size: 725 KB
- Stars: 242
- Watchers: 11
- Forks: 55
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel-Starter (for Laravel 9)
# Laravel-Starter (for Laravel 8, [click here](https://github.com/csinghdev/laravel-starter/tree/v2.0))
# Laravel-Starter (for Laravel 7, [click here](https://github.com/csinghdev/laravel-starter/tree/v1.0))
This Starter Application acts as starting point for application
development. A lot of things which needs to be taken care of during REST API Development are already present here.Following are the list of things taken care of:
- JWT pre-installed
- Authentication APIs are ready to use
- Consistent Response in all APIs and Exception Handling
- Registration API
- Email Verification APIs
- Forgot Password APIs
- API Logging
- Backup automation and management
- Laravel Telescope for debugging in local environment
- TDD (Test Driven Development) setup using phpunit## Want to do it yourself?
Here are the video tutorials you can follow to do it by yourself. These tutorials are based on Laravel 7 and this project has been upgraded to Laravel 8, you may see few changes in latest code. Checkout [v1.0](https://github.com/csinghdev/laravel-starter/tree/v1.0) to see the exact code.| | | |
|:-------------------------:|:-------------------------:|:-------------------------:|
| Create a new Laravel Project| JWT installation and Setup| Auth APIs using JWT|
| Consistent Response in REST APIs - Part I| Consistent Response in REST APIs - Part II| Registration API|
| Email Verification APIs| Forgot Password APIs| API Logging Using middleware|
| Backup automation and management| Laravel Telescope for debugging| TDD in Laravel using phpunit|## Doing it on MacOS?
Here is a simple video to setup Laravel application environment on MacOS using [Valet](https://laravel.com/docs/7.x/valet#introduction).[![Install Valet on Mac](https://img.youtube.com/vi/qN-QmeMm1vE/0.jpg)](https://www.youtube.com/watch?v=qN-QmeMm1vE)
How to use?
--Clone this repository:
git clone https://github.com/csinghdev/laravel-starter.git
Remove .git folder since you want to create a new repository
rm -rf .git
Install dependencies:
composer install
Copy ``.env.example`` file:cp .env.example .env
Configure ``.env`` file
## 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:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).Laravel is accessible, powerful, and provides tools required for large, robust applications.
## Learning Laravel
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
## Laravel Sponsors
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).
- **[Vehikl](https://vehikl.com/)**
- **[Tighten Co.](https://tighten.co)**
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
- **[64 Robots](https://64robots.com)**
- **[Cubet Techno Labs](https://cubettech.com)**
- **[Cyber-Duck](https://cyber-duck.co.uk)**
- **[British Software Development](https://www.britishsoftware.co)**
- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**
- **[DevSquad](https://devsquad.com)**
- [UserInsights](https://userinsights.com)
- [Fragrantica](https://www.fragrantica.com)
- [SOFTonSOFA](https://softonsofa.com/)
- [User10](https://user10.com)
- [Soumettre.fr](https://soumettre.fr/)
- [CodeBrisk](https://codebrisk.com)
- [1Forge](https://1forge.com)
- [TECPRESSO](https://tecpresso.co.jp/)
- [Runtime Converter](http://runtimeconverter.com/)
- [WebL'Agence](https://weblagence.com/)
- [Invoice Ninja](https://www.invoiceninja.com)
- [iMi digital](https://www.imi-digital.de/)
- [Earthlink](https://www.earthlink.ro/)
- [Steadfast Collective](https://steadfastcollective.com/)
- [We Are The Robots Inc.](https://watr.mx/)
- [Understand.io](https://www.understand.io/)
- [Abdel Elrafa](https://abdelelrafa.com)
- [Hyper Host](https://hyper.host)
- [Appoly](https://www.appoly.co.uk)
- [OP.GG](https://op.gg)
- [云软科技](http://www.yunruan.ltd/)## Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).