-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/6.0.6: fixes for lint errors compiled assets updated inputs header spacing updated readme Apply fixes from StyleCI (#857) wip controller cleanup
- Loading branch information
Showing
24 changed files
with
180 additions
and
212 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# The Docker image to run the workspace in (defaults to gitpod/workspace-full) | ||
image: | ||
file: Dockerfile | ||
|
||
|
@@ -6,9 +7,9 @@ checkoutLocation: canvas | |
|
||
vscode: | ||
extensions: | ||
- octref.vetur@0.27.0:a+OljFHzmH1YrzbM13sMhQ== | ||
- octref.vetur@0.28.0:bW1RGNnmWYQO43JdJgK34w== | ||
- [email protected]:WIWu3zHU4VPT8r/v866LUw== | ||
- esbenp.prettier-vscode@5.5.0:xcEnHt0vYXkhJ8IkBmNAuA== | ||
- esbenp.prettier-vscode@5.7.1:GDba64T6G+TUi1qmc6BE3A== | ||
|
||
github: | ||
prebuilds: | ||
|
@@ -29,21 +30,20 @@ github: | |
# Add a label once the prebuild is ready to pull requests (defaults to false) | ||
addLabel: true | ||
|
||
# Command to start on workspace startup (optional) | ||
tasks: | ||
- init: | | ||
# Initializing the Laravel app | ||
# Reload the .bash_profile to utilize composer-link() | ||
# Reload the .bash_profile to utilize the composer-link() function | ||
source ~/.bash_profile | ||
cd /workspace | ||
# Create a new Laravel app | ||
# Create a fresh Laravel app | ||
composer create-project --prefer-dist laravel/laravel laravel | ||
cd /workspace/laravel | ||
# Create a new database | ||
# Create a new in-memory database | ||
touch database/database.sqlite | ||
# Update the .env database configuration | ||
|
@@ -54,14 +54,14 @@ tasks: | |
composer-link ../canvas/ | ||
composer require austintoddj/canvas @dev | ||
# Install Canvas | ||
# Install Canvas and its resources | ||
php artisan canvas:install | ||
php artisan storage:link | ||
# Remove existing assets from the Laravel app | ||
# Remove existing assets if any exist from the Laravel app | ||
rm -rf public/vendor/canvas/* | ||
# Create a symlink to the package assets | ||
# Create a symlink to the local package assets | ||
cd public/vendor/canvas | ||
ln -s ../../../../canvas/public/* . | ||
|
@@ -102,6 +102,7 @@ tasks: | |
openMode: split-right | ||
# Ports to expose on workspace startup (optional) | ||
ports: | ||
- port: 3306 | ||
onOpen: ignore | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
preset: laravel |
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"/js/app.js": "/js/app.js?id=78fb3c1c3f8e654c6623", | ||
"/css/app.css": "/css/app.css?id=275ebb89871e5f9dca7a", | ||
"/js/app.js.map": "/js/app.js.map?id=a5de649d315b6e05ba9f", | ||
"/css/app.css.map": "/css/app.css.map?id=db11b78da46b5c2c6055" | ||
"/js/app.js": "/js/app.js?id=bd3f5dfd2728dd6ed7d4", | ||
"/css/app.css": "/css/app.css?id=19ea79a138b52ba255e6", | ||
"/js/app.js.map": "/js/app.js.map?id=6a526130f725e6380694", | ||
"/css/app.css.map": "/css/app.css.map?id=fb1e43343083b7c71be0" | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
Oops, something went wrong.