1.📦 Install dependencies
composer install
2.🛠️ Create a copy of the .env file
cp .env.example .env
3.🔑 Generate the application key
php artisan key:generate
4.📦 install node_modules
npm install
5.🚀 Compile assets with Tailwind CSS
npm run dev
6.🗄️ Set up the database
php artisan migrate
7.🔗 Create symbolic link for storage
rm public/storage
php artisan storage:link
8.🗄️ seed admin user
php artisan db:seed AdminSeeder
9.💻 Run the application
php artisan serve
- Login with Recaptcha v2
- Multilingual suport
- Toggle dark/light mode
- User Dashboard
- Admin Dashboard
- Suspend user action
- Reports on posts and comments
- Approve/Disapprove posts action
- profile settings
- Full text search
- Advanced Filtering with multi sort options
- Polymorphic like system : handle rapid likes up to 30 on posts and comments
- Comments/replies edit/delete/like/report
- Users can view who liked
- Toggle Follow/Unfollow
- Realtime notifications + enhancements













