Laravel Blogging Platform
The platform allows you to manage articles, comments, tags, categories, and users for a blogging platform. The project was written in PHP with the Laravel Framework and Bootstrap Library.
How to use
- Run
git clone https://github.com/Khaled-Farhat/Laravel-Blogging-Platformto clone the repository. - Run
composer installto install composer dependencies. - Copy
.env.exampleto.envand edit the database credentials there. - Run
php artisan key:generateto generate an app encryption key. - Run
php artisan migrateto migrate the database. - [Optional] Run
php artisan db:seed --class=DummyDataSeederif you want to create some dummy data.
Launch the main URL. You can log in to the admin panel using the default credentials: [email protected] - password.




