Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
akmamun authored Jan 9, 2019
1 parent 4bfce7b commit 50533a9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Code Snippets for Js, Python, Php
# Javascript Code Snippet
- [JS Form Validation](js/form-validation.js)
- [Single Checkbox Selection](js/single-checkbox-selection.js)
## JavaScript, Python (Flask), Php (Laravel) Code Snippets

# Python
## JavaScript Code Snippets
- [JavaScript Form Validation](js/form-validation.js)
- [Select Single Checkbox](js/single-checkbox-selection.js)

## Python Code Snippets
- [Create a Host](python/image-cropping.py)
- [Multiple Image Upload](python/multiple-image-upload.py)

# Php Laravel Code Snippets
## Php Laravel Code Snippets
- [Date Time Difference](laravel/date-time-difference.php)
- [Database Insertion Without Model](laravel/db-insert-without-model.php)
- [Database Table Seeder](laravel/db-seeder-table.php)
- [Email Verification Login](laravel/email-verify-login.php)
- [Json Encode Decode](laravel/json-encode-decode.php)
- [Json and Encode Decode](laravel/json-encode-decode.php)
- [Multiple Image Upload](laravel/multiple-image-upload.php)
- [Partial Route](laravel/partial-route.php)
- [Create a Host](../../../create-a-host)
Expand Down

0 comments on commit 50533a9

Please sign in to comment.