ProMina Agency Task.

Promina task buikt using Laravel 10 and bootstrap 5 for ui.

Project setup

composer install
cp .emv.example .env 
php artisan key:generate
php artisan migrate:fresh --seed
php artisan storage:link


npm install
npm run build
npm run dev

Project Details

  • All Task Features are implemented as required.
  • i used SweetAlert2 and toaster js for better user experience.
  • i seeded some deafult albums and added some images in the storage just for testing 'thats why you need to storage:link".
  • i couldn't focus on the ui , sorry about that.