In this project, any user can follow other users and thus A User will have many followers and followings. Users can also unfollow the following users. Uses Laravel 8 and Livewire
Laravel boilerplate repository to create simple demo-projects. It allows to quickly add new routes/pages, and has examples of a table page, and a form page.
It uses the Starter Kit Laravel Breeze based on Tailwind framework.
- Clone the project with
git clone - Copy
.env.examplefile to.envand edit database credentials there - Run
composer install - Run
php artisan key:generate - Run
php artisan migrate --seed(it has some seeded data for your testing) - That's it: launch the main URL
- Enroll in our Laravel Online Courses
- Check out our adminpanel generator QuickAdminPanel
- Purchase our Livewire Kit
- Subscribe to our YouTube channel Laravel Daily



