This is a full stack laravel web application that enables users to communicate through a blog and conduct online buying and selling of products. Created 4 role-based profiles (Student, Business Owner, School Admin, and Super Admin) with specific access control.
php: https://www.ergonis.com/products/tips/install-php-on-macos.php
php: https://windows.php.net/download/
Needs to give access to host(eg. wireless% or whatever)
To Run application in local:
Install composer globally
cd filename
composer install
npm install
composer require php-open-source-saver/jwt-auth
php artisan jwt:secret
This will update our .env file with a jwt secret.
npm run dev
php artisan serve
remember to check ports
You need to add your database credentials as well as Mail credentials, and hosted link for the blog.
composer install mv .env.example .env php artisan cache:clear composer dump-autoload php artisan key:generate
rachanamaria, Divya6696