🌐 my website - Laravel Blog Platform
A modern blog platform built with Laravel, featuring content on technology, sports, lifestyle, and more.
Welcome to my website, a powerful and user-friendly blog platform created using the Laravel framework. The website offers a sleek interface for exploring a wide range of blogs, from technology insights to sports news and lifestyle tips. It’s fully responsive and designed for an exceptional user experience across all devices.
- 📚 Blog Categories: Explore blogs in various categories like technology, sports, lifestyle, and more.
- 🛠️ Admin Panel: Easily manage blog posts, categories, and users through a secure admin interface.
- 🔍 Search Functionality: Quickly find posts with a powerful search and filter system.
- 🔒 User Authentication: Register and login to access exclusive features like posting comments.
- 📱 Responsive Design: Optimized for both desktop and mobile devices.
- 💬 Commenting System: Engage with content by posting comments on blog articles (optional feature).
- Backend: Laravel (PHP Framework)
- Frontend: Blade Templates, Bootstrap, Vanilla JavaScript
- Database: MySQL
- Authentication: Laravel’s built-in authentication system
- Deployment: Deployed on [Your Hosting Provider]
Follow these steps to set up the project locally:
Clone the repository: git clone https://github.com/hussainsarwari/own-website.git
Navigate into the project directory: cd repository-name
Install PHP dependencies using Composer: composer install
Install frontend dependencies: npm install
Copy the .env file and configure your environment: cp .env.example .env
Update the database credentials and other environment settings. php artisan migrate
Start the development server: php artisan serve
Your project should now be running at http://localhost:8000.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature (git checkout -b feature/YourFeatureName).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/YourFeatureName).
- Open a pull request.
The Project is open-sourced software licensed under the MIT license.