Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syofyanzuhad/restful-api-laravel-7
Make a restful API with Laravel 7 + JWT
https://github.com/syofyanzuhad/restful-api-laravel-7
heroku laravel laravel-framework restful-api
Last synced: about 6 hours ago
JSON representation
Make a restful API with Laravel 7 + JWT
- Host: GitHub
- URL: https://github.com/syofyanzuhad/restful-api-laravel-7
- Owner: syofyanzuhad
- Created: 2020-10-01T17:07:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T02:22:37.000Z (over 4 years ago)
- Last Synced: 2024-11-11T18:47:09.562Z (about 2 months ago)
- Topics: heroku, laravel, laravel-framework, restful-api
- Language: PHP
- Homepage: https://restful-api-laravel-7.herokuapp.com/
- Size: 527 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install Laravel 7 Starter
- Clone this repo :
```
git clone https://github.com/syofyanzuhad/Restful-API-Laravel-7 && cd Restful-API-Laravel-7
```
- Install Composer
```
composer install
```
- Run Artisan
```
php artisan ui vue --auth
```
- Install NPM
```
npm install && npm run dev
```
- Run Migration
```
php artisan migrate
```## About Laravel 7 Restful API
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.## 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).