magazine website built on laravel framework
- https://laravelwebsite100.000webhostapp.com/magazine/public
- admin credentials:
email: test@test.com
Andpassword: 123
- secondary admin credentials (can do like admin role but with limited role):
email: test1@test.com
Andpassword: 50505050
- normal user credentials:
email: test2@test.com
Andpassword: 80808080
- Admin panel
- different roles for each user (admin - secondary admin - normal user)
- the ability to add likes , make reports , post , comment and so much more
- you do not have a .env file in the project root folder so copy .env.example and save it as .env
- In .env file update the database configuration
- Open the terminal or command prompt and navigate to the project directory and run
composer install
- Generate a key using
php artisan key:generate
- Clear the config cache by running
php artisan config:cache
- Finally run
php artisan migrate
- Go to the website and sign in by using admin credentials:
email: test@test.com
Andpassword: 123
- Laravel
- jQuery
- Ajax
- Bootstrap