Blazing Fast
FrankenPHP with Laravel Octane keeps your workers alive. No more cold starts, just instant responses.
A production-ready Laravel starter powered by FrankenPHP and Docker. Zero config, maximum performance.
FrankenPHP with Laravel Octane keeps your workers alive. No more cold starts, just instant responses.
Same Docker setup from local to production. No more "works on my machine" surprises.
FrankenPHP, Mariadb and more to come. Everything you need, pre-configured and ready to go.
Non-root containers, proper permissions, and security best practices baked in from day one.
Vite integration with instant HMR. See your changes reflected immediately as you code.
Clone, docker compose up, done. Start building features instead of fighting configuration.
# Clone the template
git clone https://github.com/AxelReviron/Laraken.git
# Navigate to the directory
cd laraken
# Copy the environment file and adjust as needed:
# You don't need to specify `APP_KEY`, it will automatically be generated
cp .env.example .env
# Start everything
docker compose -f compose.dev.yaml -d
# You're live at http://localhost:8000 ๐