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-Platform
to clone the repository. - Run
composer install
to install composer dependencies. - Copy
.env.example
to.env
and edit the database credentials there. - Run
php artisan key:generate
to generate an app encryption key. - Run
php artisan migrate
to migrate the database. - [Optional] Run
php artisan db:seed --class=DummyDataSeeder
if 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
.