This is a sample of Instagram that has four parts of admin,normal user, silver user and golden user. The whole of project is SSG.
- Breeze (authentication)
Note: First of all create socialmedia database
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serveIn other terminal(this is for breeze package):
npm install
npm run devYou can sign in as a admin with these information:
- Email: admin@gmail.com
- Password: 12345678
- Add post
- Check users' accessibility and edit them
- Edit personal information
- Like posts
- Post comments
When you run application, factory will create some sample users, you can find email of users and password of all of them is: 12345678
- Like posts
- Edit personal information
- Like posts
- Post comments
- Edit personal information
- Archive posts and see them
- Like posts
- Post comments
- Edit personal information