https://github.com/elsayed85/my_blog
https://github.com/elsayed85/my_blog
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elsayed85/my_blog
- Owner: elsayed85
- Created: 2021-02-14T10:55:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T15:22:20.000Z (over 5 years ago)
- Last Synced: 2025-04-10T23:53:47.022Z (about 1 year ago)
- Language: PHP
- Size: 1.35 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


### laravel project : https://github.com/elsayed85/my_blog
### Api V1 : https://documenter.getpostman.com/view/8692544/TWDTLyP6
### To Run the project :
1. git clone https://github.com/elsayed85/my_blog
2. cd my_blog
3. install dependencies : composer install
4. copy .env.example and create .env file
5. create a kay : php artisan key:generate
6. update database configration and aother configtations in .env file to your own configrations
7. For Fake data run : php artisan migrate:fresh --seed
8. Run queue For reset password mails : php artisan queue:work
9. to open author dashboard localhost/wink (you can change link and other configrations : go to config/wink.php)