Initialize your Laravel + Filament local environment in a few minutes.

Andrea Pollastri
1 min readSep 30, 2024

--

I’ve found that every time I start developing a new project, I waste a lot of time installing and configuring the same things repeatedly! Laravel, Filament, Docker, necessary packages, and basic configurations. So, I decided to create a script that could automate everything, providing me with a perfect starting point to start developing in a few minutes and capable of providing me with everything I need locally, including a convenient SSL certificate.

How it works?

STEP 1
Visit https://init.pollastri.dev, copy the script, and run it on your project.

STEP 2
Follow the steps and choose a name for your project, such as mynewproject.

STEP 3
Save the summary of the installation with port numbers in a safe place.

STEP 4
Start developing your next project with bin project scripts, SSL local cert, PHP, MySql, Redis, Mailhog, Telescope, and much more…

curl https://init.pollastri.dev/go.sh > go.sh && sh go.sh

Try it! ;)

--

--