-
Laravel 9 Vue 3 Movie Review Project With Login/Signup using Laravel Sanctum and Commenting and Replying System as Well (for logged in users only)
-
Minimum PHP 8.0.2 and Node 16 needed
-
1. Clone The Repo
-
2. Composer Install
-
3. Create .env file (open terminal cd to root of the project and run -> cp .env.example .env)
-
4. Create Your Database and Set DB Credentials In .ENV
-
5. from terminal run -> php artisan key:generate
-
7. npm install
-
8. run -> npm run hot |or| watch |or| dev |or| prod => as per you need
-
9. php artisan migrate:fresh --seed
-
9. php artisan storage:link