kun391 / larest-starter-kit
The boilerplate to build the RESTful api application.
0.1.0
2019-04-14 08:08 UTC
Requires
- php: ^7.1.3
- doctrine/dbal: ^2.7
- fideloper/proxy: ^4.0
- intervention/image: ^2.4
- laravel/framework: 5.6.*
- laravel/socialite: ^3.0
- laravel/tinker: ^1.0
- tymon/jwt-auth: ^1.0.0
- zizaco/entrust: ^1.8
Requires (Dev)
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- kun391/x2-repository: ^2.7.1
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
- dev-master
- 0.1.0
- dev-dependabot/npm_and_yarn/json5-and-laravel-mix-2.2.3
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-6.3.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/css-what-2.1.3
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/npm_and_yarn/chownr-1.1.4
- dev-dependabot/composer/laravel/framework-5.8.38
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/composer/league/flysystem-1.1.4
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/composer/symfony/http-foundation-4.4.7
- dev-analysis-ADP7yZ
- dev-analysis-3w22Q4
This package is auto-updated.
Last update: 2024-11-08 19:30:28 UTC
README
Requirement
PHP >=7.0
MYSQL >=5.6
INSTALL
- Please make sure your packages is latest
$ composer install
$ php -r "file_exists('.env') || copy('.env.example', '.env');"
$ php artisan key:generate
$ php artisan migrate --seed
$ php artisan serve --host=0.0.0.0 --port=9000
Admin user
- Email: admin@example.com
- Password: 123123
Request life-cycle
- It run from 1 to 8
1. routes/api
2. app/Http/Requests
3. app/Http/Controllers
4. app/Repositories/Eloquent
5. app/Presenters
6. app/Transformers
7. app/Http/Controllers
8. response