lara post blog
1.0.0
This repository contains the source code for a simple blog built using PHP, Laravel, and MySQL. This blog allows users to create accounts, write posts, and interact with other users' posts through comments.
Before you begin, ensure you have the following installed:
git clone https://github.com/mahmudhmh/lara-post-blog.git
cd blog
composer install
.env.example
file to .env
:cp .env.example .env
php artisan key:generate
Update the .env
file with your MySQL database credentials.
Run the migrations to create the necessary database tables:
php artisan migrate
php artisan db:seed
To run the application locally, use the following command:
php artisan serve
Then, navigate to http://localhost:8000
in your web browser to access the blog.
If you would like to contribute to this project, please follow these steps:
git checkout -b feature/your-feature
).git commit -m 'Add some feature'
).git push origin feature/your-feature
).This project is licensed under the MIT License.
For any inquiries or issues, please contact [email protected].