Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohaphez/awcodes-curator
https://github.com/mohaphez/awcodes-curator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohaphez/awcodes-curator
- Owner: mohaphez
- Created: 2023-10-04T20:02:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T20:13:07.000Z (over 1 year ago)
- Last Synced: 2024-10-15T07:25:56.905Z (3 months ago)
- Language: PHP
- Size: 610 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run commands for start the project
- composer install
- cp .env.example.com
- sail up -d
- sail php artisan key:generate
- sail php artisan migrate
- sail php artisan make:filament-user
- sail php artisan filament:assets
- sail php artisan cache:clear
- sail php artisan optimize:clear