- CRUD Posts, Categories, Tags
- Full-text search
- Nested comments
- Admin panel
- Authentication
- Authorization
- User avatar
- Pagination
- Database seeding
- Tests
SCOUT_DRIVER=tntsearch
composer install
php artisan migrate --seed
php artisan key:generate
php artisan scout:import "App\Post"