Skip to content

Scout Project Starting Point

Latest
Compare
Choose a tag to compare
@jacurtis jacurtis released this 08 Dec 00:45
· 7 commits to master since this release

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.