Welcome to my Blog Site built with Laravel! This web application is designed to provide an elegant and user-friendly platform for sharing blog posts. With Laravel, i made development easier, allowing you to focus on creating great content.(there is no UI only backend)
-
Simple Routing: We've implemented a fast and straightforward routing engine to make navigation seamless.
-
Database Management: Laravel provides a powerful ORM for managing your database, making it easy to interact with your content.
-
User Authentication: Secure your blog with built-in user authentication to manage authors and readers.
-
Real-time Event Broadcasting: Engage your audience with real-time event broadcasting for live updates and discussions.
To start using our Blog Site, follow these steps:
- Clone this repository.
- Set up your environment and configure your database in the
.envfile. - Run migrations to create the necessary tables:
php artisan migrate. - Start the development server:
php artisan serve. - Visit
http://localhost:8000in your web browser to access the site.
For more detailed instructions and documentation, refer to the Laravel Documentation.
We welcome contributions from the community to improve and enhance this project. If you'd like to contribute, please review our Contribution Guidelines.
To ensure a welcoming and inclusive community, we expect all contributors to adhere to our Code of Conduct.
If you discover any security vulnerabilities in this project, please report them to us at security@blogsite.com.
This project is open-source software released under the MIT License.