Skip to content

Commit

Permalink
Remove residual page cache code.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelElrafa committed Nov 29, 2023
1 parent 2a7bc78 commit 3abba04
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/public/build
/public/hot
/public/storage
/public/page-cache
/storage/*.key
/vendor
.env
Expand Down
1 change: 0 additions & 1 deletion forge-deploy-commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ if [ -f artisan ]; then

$FORGE_PHP artisan optimize
$FORGE_PHP artisan event:cache
$FORGE_PHP artisan page-cache:clear
fi
4 changes: 1 addition & 3 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
|
*/

Route::middleware('page-cache')->group(function () {
Route::get('/', Home::class)->name('home');
});
Route::get('/', Home::class)->name('home');

0 comments on commit 3abba04

Please sign in to comment.