_stefanzweifel’s avatar_stefanzweifel’s Twitter Archive—№ 2,630

  1. Rebuilding my personal site with Laravel, Filament, laravel-export and Orbit. So much fun! 🏄 Content is stored in md files; but they are Eloquent models. Edit in Filament or any text editor. filamentphp.com github.com/ryangjchandler/orbit
    1. …in reply to @_stefanzweifel
      For local development, I just run the app with valet. For production, the app is compiled to static files using laravel-export and deloyed to Vercel. github.com/spatie/laravel-export
      1. …in reply to @_stefanzweifel
        As always with such project, you're never done. But I want to make a cut somewhere and deploy a version in the coming days or 2 weeks. Will write a blog post about this and maybe open source it.
        1. …in reply to @_stefanzweifel
          On the last stretches of this project. CI is green but my Vercel previews are broken. (Don't know the exact Vercel preview-domain to use as APP_URL before uploading)
          1. …in reply to @_stefanzweifel
            Solved my Vercel previews problem. But I take this way too seriously. 😅 Built a lil command to verify that redirect rules work as intended. (Don't want to break any shared URLs once this goes live.)
            1. …in reply to @_stefanzweifel
              🏁Merged and deployed: stefanzweifel.io The site remains closed sourced … for now. Some parts of the site are quite "hacky" and I would like to improve them before sharing the code.
              1. …in reply to @_stefanzweifel
                🖋️ A few words on why I migrated away from Jigsaw and about the bumps I ran into. stefanzweifel.io/posts/2022/09/04/migrating-from-jigsaw-to-laravel