-
Notifications
You must be signed in to change notification settings - Fork 43
🔀 MERGE: Features, Fixes, Docs and Tasks for version 1.0.0 #115
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 1.0.0 - First major public release 🚀
Features:
#36 starter.ini add react-router and react-router-dom
#79 DEMO/EXAMPLE mode
#80 [DEMO] React QnA, full featured and barebones
#81 Give this project a license
#84 [DEMO] React Example without phpMyAdmin and no extras
#86 Implement LICENSE files for third party software
#88 Add shellcheck
#89 Support Nginx and php-fpm
#93 ♻️ REFACTOR: bash scripts to pass shellcheck
#101 Support Laravel 6, 7 and future major releases
#102 Make the version of Laravel configurable in starter.ini
#105 Provide a Vue EXAMPLE
#109 allow_mixed_web directive in starter.ini
#110 include Laravel and laravel/ui version in Init summary
Fixes:
#19 Restarting a workspaces gives an error when opening the preview
#83 LICENSE file is in the way
#90 nginx server requires trailing slash locations like phpmyadmin
#91 bash directory in the root is opinionated
#92 debug mode does not work with nginx
#94 phpmyadmin wont display in an iframe
#96 nginx redirects urls with no trailing slash to a 404
#99 Xdebug does not work in vscode
#100 lint-starter has no success message
#106 Vue EXAMPLE does not work properly in an iframe (preview browser)
#111 Calling debug_on without an argument should use the default server
Documentation:
#85 Document EXAMPLE mode
#97 Document nginx server
#103 Document laravel version options
#114 Create the wiki - home page and setup page
Tasks:
#98 Refactor snippets and .bashrc functions
#104 Change repository name to gitpod-laravel-starter
#113 Remove support to configure the version of Vue in starter.ini