Simple CMS Blog that can like or comment every posts and then can get notifications when posts from a user has been liked or commented
composer install
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate:fresh --seed
add this line in your .env file
FILESYSTEM_DRIVER=public
- Admin
- Email : [email protected]
- Password : admin
- User
- Email : [email protected]
- Password : admin
if you want to add feature default avatar image for users you can follow these steps
- login to user has registered via seeder
- edit user image
- put your image default in directory /storage/app/public/img/profiles/
- and rename to 'irp-logo.png'
You can see details in my youtube video https://www.youtube.com/watch?v=S-xPWSIBIhY&t=4s
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.