https://github.com/santo1989/fal_commercial
The FAL Commercial repository, a Laravel-based application designed for managing sales contracts, imports, exports, and buyer information in commercial operations.
https://github.com/santo1989/fal_commercial
email file-upload laravel php sql-server
Last synced: 12 months ago
JSON representation
The FAL Commercial repository, a Laravel-based application designed for managing sales contracts, imports, exports, and buyer information in commercial operations.
- Host: GitHub
- URL: https://github.com/santo1989/fal_commercial
- Owner: santo1989
- Created: 2025-04-24T11:37:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T11:07:52.000Z (about 1 year ago)
- Last Synced: 2025-06-17T12:22:02.064Z (about 1 year ago)
- Topics: email, file-upload, laravel, php, sql-server
- Language: JavaScript
- Homepage: https://deepwiki.com/santo1989/FAL_Commercial
- Size: 5.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
create a new repository on the command line
git init
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/santo1989/worker_matrix.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/santo1989/worker_matrix.git
git branch -M main
git push -u origin main