apiato 使用PHP和Laravel 5.4来更快地构建更好的API
apiato 使用PHP和Laravel 5.4来更快地构建更好的API
v9.0.9
format composer.json
Assets
2
9.0.7
Fix bugs.
Assets
2
v9.0.6
Fix bugs.
Assets
2
v9.0.4
- Change command
apiato:docs
toapiato:apidoc
. - Fix bugs.
Assets
2
v9.0.1
- Support login with multiple custom fields (Laravel passport).
Assets
2
v9.0.0
- Support Laravel 7. (Tested with PHP 7.2 - 7.3 - 7.4).
- Upgrade all dependencies, for Laravel 7 compatibility.
- Delete
optimus/heimdal
package, and use the default Laravel Exceptions Handler. - Add ability to log tests responses data by setting
TEST_RESPONSE_LOGGER_ENABLED
to true. - Update some
.env
keys. - Update some laravel and packages config files.
- Move
permissions.php
config file from the container to the laravel config directory. - Fix some classes namespaces for adapting to the PSR-4 standard.
- Replace
Exception
withThrowable
. - Read the executable of
apidoc
from the project.
Assets
2
8.0.2
- Change token driver to passport
Assets
2
v8.0.1
- Add the command
php artisan apiato
to display the current apiato version.
Assets
2
v7.4.7
v7.4.7
johannesschobel released this
- Use own
Authenticate
middleware in order to catch exception (thanks for not letting me catch your exceptions, laravel😢 ) - allow login with custom attributes (e.g.,
name
) - update 3rd party config files to latest versions
- better exception messages
v7.4.6
v7.4.6
johannesschobel released this
Allow login with custom attributes (e.g., not only email / password
)
v7.4.5
v7.4.5
johannesschobel released this
- Minor fix for PHPUnit.xml file
- Update to latest changes of master
v7.4.4
v7.4.4
johannesschobel released this
added a new HASH_ID_KEY
variable in order to be used in Ship/Configs/hashid.php
file
v7.4.2
v7.4.2
johannesschobel released this
- Changes
private $repository
toprotected $repository
- fix some minor typos and adds
@throws
declarations
v7.4.1
v7.4.1
johannesschobel released this
Minor change to composer.json
file
v7.4.0
v7.4.0
johannesschobel released this
New Apiato 7.4.0 version now uses Laravel 5.6.
Important Note
This also requires PHP >= 7.1.3 in order to run!
热门度与活跃度
10.0
2.2
Watchers:134 |
Star:2354 |
Fork:404 |
创建时间: 2016-04-17 18:30:15 |
最后Commits: 24天前 |
a94a163
Compare