Skip to content

shahriarabiddut/Movie-Recommendation-System

Repository files navigation

Required Configuration

PHP >= 8.1 Laravel 10

Use THis Command to dowload required Packages

The most important thing to do when cloning a laravel project is to first run composer update then composer install The ###composer install command installs any required dependencies for that laravel app.

The steps I took to clone a laravel project required the php artisan key:generate command. You can see in your .env file that there is an updated APP_KEY=base64:xxxxxxxxxxxxxxxxxxxx after running this command.

Storage Link Command

php artisan storage:link

Databse Initialization Command

php artisan migrate

Migration with Seeder

php artisan migrate:refresh --seed

Controller Initialization with crud Command

php artisan make:controller CastController -r

Model Initialization with migration Command

php artisan make:model Cast -m

Project Ongoing Process

  1. Multi Auth Complete Admin , Staff & User Larvel Breeze Email Verification Enabled for user Login for all Registration Only For Users
  2. Admin CRUD for Users and Staff
  3. CRUD Management 3.1 Cast CRUD 3.2 Genre CRUD 3.3 Production Company CRUD 3.4 Language CRUD 3.5 Director CRUD 3.6 Movie CRUD 3.7 Country CRUD 3.8 Dashboard simply Designed
  4. User profile and Interest Added
  5. Super Admin Added & Support System Updated!
  6. Recommendation is Based on User Interest and KNN used for this purpose 6.1 Euclidean Distance Used 6.2 Manhattan Distance Used 6.3 KMeans Euclidean Distance Used 6.3 KMeans Manhattan Distance Used

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.