Getting started
- Create a new project with composer:shell
composer create-project eclipsephp/app myprojectname -s dev
- Set the app URL to your desired URL
APP_URL
in.env
name
property in.lando.dist.yml
(just the subdomain part)- Also fix proxy URLs in
.lando.dist.yml
- Build and start the app instanceshell
lando start
That's it! Open the provided link and the public page should be shown. Add /admin
to the URL to see the admin panel. The database is already migrated and seeded, and the test logins have already been set.
By doing these few steps you now have a functional Filament app with our Eclipse core package.