/laravel-react-infinite-scroll

Laravel React Infinite Scrolling using paginator

Primary LanguagePHP

Instructions

$ git clone https://github.com/waleedahmad/laravel-react-infinite-scroll.git
$ composer install

# populate .env with your database credentials
$ cp .env.example .env 

# install npm dependencies and build your frontend code
$ npm install && npm run watch

# migrate database tables
# php artisan migrate

# populate photos table with fake records
$ php artisan db:seed