Project "Social Network" - made on Laravel and Vue frameworks, Tailwindcss & Vite styles are also used. The project will be deployed on the hosting for demonstration and testing.
Project written on Laravel 9.5&&Vue&&TailwindcInstructions and additional information for installing and testing the application:
- Link how-to-install-vue-3-in-laravel-9-with-vite: https://techvblogs.com/blog/how-to-install-vue-3-in-laravel-9-with-vite
- Link Get started with Tailwind CSS: https://tailwindcss.com/docs/installation/using-postcss
- composer install or composer update
- composer require laravel/ui
- php artisan ui:auth
- Create a DB (in the .env file and the database, enter the correct data for configuration)
- php artisan migrate
- If you want to deploy this site on hosting, then in .env write a constant SANCTUM_STATEFUL_DOMAINS=AND_HERE_YOUR_DOMAINS_OR_IP For example, I have SANCTUM_STATEFUL_DOMAINS=41.155.158.48
- npm run build - If you will deploy the site to a hosting, then first build for VUE locally or on the hosting if you have access to Node and SSH.
- npm run dev
- php artisan serve
- php artisan storage:link
- php artisan route:cache
- php artisan route:clear
- php artisan config:clear
- php artisan cache:clear
- php artisan optimize