This is a simple forum developed with Laravel version 5.7. It allows user to register, login and write any article of their choice for the public to see. Users can also control their posts in their respective dashboard.
To use the project do the following:
- Clone the project
- Run composer update/composer install
- cp .env.example .env
- Create a database and name it larablog in .env
- Run php artisan migrate
- Run php artisan key:gen
- php artisan storage:link Thanks