Gitpod Laravel Starter Versions Save

Configurable LAMP or LEMP stack starter project powered by Laravel and Gitpod. Supports Laravel 6, 7, and 8. Out of the box support for React, Vue, and Bootstrap frontends, with or without built-in auth .

v1.5.0

2 years ago

📦 Minor Release

Full Changelog

  • Highlights include:
    • Fix #196
    • Enhancement #198: User configurable packages to install during the docker image build phase

Implemented enhancements:

  • Allow op (open-preview.sh) to work outside the project root #197

Fixed bugs:

Closed issues:

  • Move user requested apt-get packages to be installed into starter.ini #198
  • Allow lint-scripts.sh to be run locally #195
  • Wong path in placeholder file: .gp/conf/php-fpm/php-fpm.conf #194
  • Shellscript linter throws SC1091's #193
  • [docs] Mention that package.json will override installation directives that are set to 0 in starter.ini #192

v1.4.0

2 years ago

🚨 Critical Release

Fixes the breaking change introduced when Gitpod updated the PHP version to 8.0 in the underlying workspace image this project uses. All projects that use previous versions should update to at least this version.

  • Highlights include:
    • Configurable PHP version and PPA in starter.ini
    • Signed Git commits with a GPG key
    • Ioncube integration
    • Intelliphense support

@apolopena Special thanks to @strausmann

Changelog:

Implemented enhancements:

  • starter.ini: Allow the choice of which PPA to use for an optional install of PHP #172
  • Add GnuPG Support to sign git commits #170
  • Add an option in starter.ini to generate a phpinfo.php to /public #168
  • Auto activate intelephense if license key is available #165
  • Add PHP version to Project powered by and Summary #158
  • Consolidate docker layers in .gitpod.Dockerfile #157
  • starter.ini: Make the PHP version configurable #156

Fixed bugs:

  • Unable to install github-changelog-generator gem on Ruby < 3.0 #190
  • React example presets may not work properly with Laravel version < 8 #186
  • Make react example presets use their own package.json #185
  • React example presets have some bad css/sass #184
  • Leading and trailing whitespace for values in starter.ini can break the system #174
  • starter.ini: Make VS-Code IDE Preview (tab) setting a configurable option. #161
  • xdebug cannot be installed because the base image has been updated to php8. #155
  • workspace-init-logger.sh does an error when ran outside the project root #148

Closed issues:

  • Remove hotfix 140 #188
  • Document user editable files and suggested use of init-project.sh for migration and seeding #183
  • Question about Database Migration #182
  • Add info about install-project-packages.sh to README #181
  • Clarify which values in starter.ini require a docker image rebuild. #180
  • Update README with information about configuring the PPA for optional install of PHP #177
  • Update README with information about configuring GPG keys and Intelliphense #176
  • Update README with information about configuring the version of PHP #173
  • DevX: Normalize line endings in git #164
  • Docs: setting breakpoints, Threads panel is now the CALL STACK panel #160
  • Typo in README #153
  • Fix usage comment for add_file_to_file_after() in utils.sh #152
  • Fix mispelling in before-tasks.sh header comment #151
  • img tags in readme for powered by needs correction #150
  • Fix multitail value comment in starter.ini #149
  • update-pma-pws-help: recommended command is wrong #147
  • WIKI [setup page]: Reword The Developer section #146
  • Comment header in start-server.sh is incorrect #145