Normal User
- Can See All Shalehat.
- Can see shaleh page.
- Add comment and rating to each shaleh.Buss User
- Can See All Shalehat.
- Can see shaleh page.
- Add comment and rating to each shaleh.
- Can Add new Shaleh.
- Can see all shalehat he created
- Can edit any shaleh he created.
- Can Delete any Shaleh he created.Admin
- Can See All Shalehat.
- Can see shaleh page.
- Add comment and rating to each shaleh.
- Can Add new Shaleh.
- Can edit any shaleh.
- Can Delete any Shaleh.First you need to install composer
composer installYou need to install npm
npm installcopy .env
cp .env.example .envset APP_KEY
php artisan key:generatesetup database in .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=Migrate Tables
php artisan migrateStorage Link
php artisan storage:linkTo run Website you need to set this command
php artisan serv