Skip to content

Commit

Permalink
feat: paginator code
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jun 5, 2023
1 parent eae4fb8 commit 40f4253
Show file tree
Hide file tree
Showing 20 changed files with 1,041 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
os: ubuntu-latest
branch: master
package-name: laravel-package-tpl
package-name: laravel-paginator
secrets:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

Expand Down
346 changes: 0 additions & 346 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
WHITE := ""
RST := ""
endif
MAKE_LOGFILE = /tmpwayofdev-laravel-package-tpl.log
MAKE_LOGFILE = /tmpwayofdev-laravel-paginator.log
MAKE_CMD_COLOR := $(BLUE)

default: all
Expand All @@ -47,7 +47,7 @@ help:
@echo
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
@echo
@echo ' 📦 Package laravel-package-tpl (github.com/wayofdev/laravel-package-tpl)'
@echo ' 📦 Package laravel-paginator (github.com/wayofdev/laravel-paginator)'
@echo ' 🤠 Author Andrij Orlenko (github.com/lotyp)'
@echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
.PHONY: help
Expand Down
Loading

0 comments on commit 40f4253

Please sign in to comment.