Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x3b3fc/pyramids-task
https://github.com/0x3b3fc/pyramids-task
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0x3b3fc/pyramids-task
- Owner: 0x3b3fc
- Created: 2023-10-15T16:16:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-15T16:32:22.000Z (about 1 year ago)
- Last Synced: 2023-10-16T16:13:54.364Z (about 1 year ago)
- Language: PHP
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pyramids blog task system
## requirements and installation
### requirements for this project
- installed composer latest version
- php version ``^8.1``### installation instructions
- Clone the project in your local environment ``git clone https://github.com/0x3b3fc/pyramids-task``
- open terminal in the folder directory
- run this command ``compoer install ``
- copy .env.example file and rename it .env and configure your database
- run this code `` php artisan migrate``
- and finally run this code to live your server `` php artisan serve``## Your Can Find The Documentation Of Restful Endpoints here
``https://documenter.getpostman.com/view/11298205/2s9YR6ZZMR``