Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmshafeeq/laravel-htmx-crud
https://github.com/hmshafeeq/laravel-htmx-crud
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmshafeeq/laravel-htmx-crud
- Owner: hmshafeeq
- Created: 2023-09-06T07:00:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T06:27:18.000Z (11 months ago)
- Last Synced: 2024-05-20T21:26:59.803Z (6 months ago)
- Language: PHP
- Size: 24.4 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - laravel-htmx-crud
README
# HTMX in Laravel
This repository contains the code for the following blog posts:
1. [Getting Started with HTMX in Laravel](https://muhammadshafeeq.com/posts/getting-started-with-htmx-in-laravel---an-overview): This article provides a comprehensive introduction to integrating HTMX in your Laravel application, covering the basics and key concepts to help you get started quickly.
2. [Table Sorting and Pagination with HTMX in Laravel](https://muhammadshafeeq.com/posts/table-sorting-and-pagination-with-htmx-in-laravel/): In this article, we explore how to implement table sorting and pagination using HTMX in your Laravel application, enhancing the user experience and improving the overall performance of your web application.
## Demo
![Complete CRUD Implementation](content%2Fhtmx-basic-contacts-crud.gif)
![Pagination and Sorting](content%2Fhtmx-table-pagination-and-sorting.gif)
## ContributionIf you have any suggestions, bug fixes, or improvements for the code examples, feel free to open an issue or submit a pull request.
Happy coding!