Skip to content

samironbarai/laravel-pivot-table

Repository files navigation

Laravel custom pivot table with extra field - Many to many relationships

Clone this repo

git clone https://github.com/samironbarai/laravel-pivot-table.git

Install composer packages

$ cd laravel-pivot-table
$ composer install

Create and setup .env file

make a copy of .env.example and rename to .env
$ copy .env.example .env
$ php artisan key:generate
put database credentials in .env file

Migrate and insert records

$ php artisan migrate
$ php artisan db:seed

Facing any problem? Contact with me

Click on the image bellow to see YouTube video.

Laravel 7 Blog CMS

Please visit my website. samironbarai.com

About

Laravel custom pivot table with extra field - Many to many relationships

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published