A Laravel-based web application inspired by Instagram, built to explore social networking functionalities. This project demonstrates modern full-stack development with Laravel as the backend framework and a clean architecture for scalability and maintainability.
- User Authenticationg: Registration, Login, and Profile Management.
- Post Sharing: Upload and display posts with multimedia content.
- Likes & Commentss: Interact with posts via likes and comments.
- Search & Explore: Discover users and posts with search functionality.
- Responsive Design: Optimized for mobile and desktop views.
- PHP 7.4 or higher
- Composer
- MySQL
- Node.js and npm
-
Clone the Repository
git clone https://github.com/MmmarRTha/laravel_laragram_app.git cd laravel_laragram_app
-
Install dependencies
composer install npm install
-
Setup Environment
- Copy .env.example to .env
cp .env.example .env
- Update the .env file with your database and app configurations.
- Generate Application Key
php artisan key:generate
- Run Migrations and Seeders
php artisan migrate --seed
- Build Frontend Assets
npm run dev
Start the development server and visit the app:
php artisan serve
Visit in your browser.