fbarrento
fbarrento

Francisco Barrento

Verified

@fbarrento

3 Posts 145 Views

  • No matching results...
  • Searching...

/ 255

I'm diving headfirst into an amazing project called WordSphere (github.com/wordsphere-project/core). It's not just another CMS - i'm building a game-changing platform that's going to revolutionize web development! :)

Using Laravel, Livewire, and Filament, and following DDD principles, I'm crafting a modern, flexible, and powerful system.

2

306

I may have been too entusiastic. But I'm aiming to build a fully manageable laravel app from the filament admin panel, creating a extensible hook system folowwing ddd. It's me dreaming ;)

1

194

expect($author)
->toBeInstanceOf(Author::class)
->and($author->getId())->toBe($authorId)
->and($author->getName())->toBe('Francisco B.')
->and($author->getEmail())->toBe('francisco.b@example.com')
->and($author->getBio())->toBe('A passionate laravel developer')
->and($author->getWebsite())->toBe('https://pinkary.com')
->and($author->getSocialLinks())->toBe(['twitter' => 'francisco.b', 'facebook' => 'francisco.b'])
->and($author->getFeaturedImage())->toBe($featuredImage)
->and($author->getCreatedBy())->toBe($createdBy)
->and($author->getLastUpdatedBy())->toBe($createdBy)
->and($author->getCreatedAt())->toBeInstanceOf(DateTimeImmutable::class)
->and($author->getLastUpdatedAt())->toBeInstanceOf(DateTimeImmutable::class);


Love Pest

116