This application is class project made from Laravel full stack framwork and its designe to be a forum.
Here're some of the project's best features:
- Ability to Register and Log in
- Ability to post forums posts and comments
- Only 'owners' of the forum posts and comments get to modify their stuff
1. Cloning the project
git clone git@github.com:CaniTanushaj/SBP_Forum.git
2. Installing composer
composer install
3. Generating project key
php artisan key:generate
4. Setup the .env file
5. Make migrations
php artisan migrate
Technologies used in the project:
- Laravel
- Blade Templates
- Eloquent
- Auth sanctum