Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cms | 3,102 | 3 | 120 | 20 hours ago | 332 | November 21, 2023 | 383 | other | PHP | |
The core Laravel CMS Composer package | ||||||||||
Vue Material Admin | 2,238 | 6 months ago | 21 | mit | Vue | |||||
A vue material design admin template | ||||||||||
Vue Api Query | 1,616 | 7 | 5 | 7 months ago | 48 | November 21, 2022 | 6 | mit | JavaScript | |
💎 Elegant and simple way to build requests for REST API | ||||||||||
Laravel Orion | 1,328 | 3 days ago | 65 | November 27, 2023 | 19 | mit | PHP | |||
The simplest way to create REST API with Laravel | ||||||||||
Laravel Compass | 1,240 | 7 months ago | 12 | October 05, 2020 | 17 | mit | PHP | |||
A REST client inside your Laravel app | ||||||||||
Laravel Realworld Example App | 1,040 | 2 years ago | 21 | mit | PHP | |||||
Exemplary real world backend API built with Laravel | ||||||||||
Laravel Adminpanel | 950 | 3 months ago | 22 | October 19, 2020 | 47 | PHP | ||||
A Laravel Admin Panel (Laravel Version : 6.0) | ||||||||||
Laravel_template_with_vue | 922 | 4 months ago | 35 | mit | PHP | |||||
laravel6和vue-element-admin结合的前后端分离项目模板。包含接口端、管理端、小程序和微信公众号端,绝对是你做外包或者自建项目的首选模板。模板内容包括基础的用户管理和权限管理、日志管理、集成第三方登录,整合workerman框架中的GatewayWorker项目来实现了websocket 做到了消息的实时推送,并在此基础上,实现了聊天室和客服功能;实现低代码开发,能分析数据表内容及其设置,实现自动生成代码。 | ||||||||||
Laravel Api Response Builder | 684 | 4 | 1 | 3 months ago | 67 | February 18, 2023 | 7 | mit | PHP | |
Builds nice, normalized and easy to consume REST JSON responses for Laravel powered APIs. | ||||||||||
Laravel Restify | 508 | 8 days ago | 168 | September 07, 2023 | 6 | mit | PHP | |||
The fastest way to make a powerful JSON:API compatible Rest API with Laravel. |
This code is published as part of the corresponding blog article at the Toptal Engineering Blog.
Visit https://www.toptal.com/blog and subscribe to our newsletter to read great articles!
This is a framework of basic things you would need to set up a Laravel REST API.
If you get an error when trying to composer install
that reads:
PackageManifest.php line 131:
Undefined index: name
You can try running the following commands to fix:
rm -rf composer.lock // removes composer.lock
rm -rf vendor // removes vendor folder
composer install // re-runs composer install