wonder / api
wonder api
dev-master
2020-08-05 15:28 UTC
Requires
- php: >=7.0.0
- doctrine/dbal: 2.*
- laravel/framework: >=5.5
Requires (Dev)
- fzaninotto/faker: ~1.4
- intervention/image: ~2.3
- laravel/browser-kit-testing: ^2.0
- laravel/laravel: ~5.5|~6.0
- phpunit/phpunit: ~6.0|~8.0
- symfony/css-selector: ~3.1
Suggests
- intervention/image: Required to handling and manipulation upload images (~2.3).
- spatie/eloquent-sortable: Required to built orderable gird.
This package is not auto-updated.
Last update: 2024-12-19 16:12:05 UTC
README
⛵wonder-api
is changed from laravel-admin
,
provide api for laravel-admin
.
Requirements
- PHP >= 7.0.0
- Laravel >= 5.5.0
Installation
First, install laravel 5.5, and make sure that the database connection settings are correct.
composer require Wonder/api
Then run these commands to publish assets and config:
php artisan vendor:publish --provider="Wonder\Api\ApiServiceProvider"
After run command you can find config file in config/wonder.php
, in this file you can change the install directory,db connection or table names.
At last run following command to finish install.
php artisan wonder:install
Configurations
The file config/wonder.php
contains an array of configurations, you can find the default configurations in there.