Skip to content

Releases: jacurtis/Packt-Laravel-Scout

Scout Project Starting Point

08 Dec 00:45
Compare
Choose a tag to compare

This is where you want to start your project with Laravel Scout. This package is a very basic blog system. It builds upon the socialite authentication system we built in the last section. I simply added a Post model and a posts database table. There is some basic posts CRUD and that is it.

The fact that we have blog posts and users will give us more content to search through when we start working with our little search engine and make it a more practical learning experience.

I recommend cloning the repository, but you can also download the zip file below and do it that way.