-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PLA-1694] Laravel Standalone & Docker #38
base: master
Are you sure you want to change the base?
Conversation
PR Description updated to latest commit (5865200) |
PR Review
Code feedback:✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
enhancement, documentation
Description
Changes walkthrough
3 files
enjin-platform-beam.php
Add Beam Processing Configuration
config/enjin-platform-beam.php
processing, unit price, claim redirect URL, and pruning expired
claims.
graphiql.php
Configure GraphiQL UI Routes and Availability
config/graphiql.php
enjin-platform-marketplace.php
Add Marketplace Configuration
config/enjin-platform-marketplace.php
2 files
index.php
Setup Application Entry Point and Request Handling
public/index.php
and auto-loading.
app.php
Bootstrap Application and Bind Interfaces
bootstrap/app.php
interfaces.
1 files
UserFactory.php
Define User Factory Model State
database/factories/UserFactory.php
5 files
RouteServiceProvider.php
Configure Route Service Provider
app/Providers/RouteServiceProvider.php
User.php
Define User Model
app/Models/User.php
2019_12_14_000001_create_personal_access_tokens_table.php
Add Personal Access Tokens Migration
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
EventServiceProvider.php
Register Event Service Provider Listeners
app/Providers/EventServiceProvider.php
2019_08_19_000000_create_failed_jobs_table.php
Add Failed Jobs Migration
database/migrations/2019_08_19_000000_create_failed_jobs_table.php