amitleuva1987 / Laravel-BelongsToMany-Following-Example

It's a follow/unfollow system for Users. Users can have many followers and User can follow to other Users.

Repository from Github https://github.comamitleuva1987/Laravel-BelongsToMany-Following-ExampleRepository from Github https://github.comamitleuva1987/Laravel-BelongsToMany-Following-Example

Laravel Breeze: Tailwind Pages Skeleton

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.

Laravel Breeze Table page


Laravel Breeze Form page


How to use

  • Clone the project with git clone
  • Copy .env.example file to .env and 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

More from our LaravelDaily Team

About

It's a follow/unfollow system for Users. Users can have many followers and User can follow to other Users.


Languages

Language:PHP 74.1%Language:Blade 25.3%Language:Shell 0.6%