This project uses Filament v4 (beta) with Laravel 12, running inside the Firebase Studio development environment.
Make sure you have the following before starting:
- A Firebase Studio account
- A modern web browser
- Internet connection
- Basic knowledge of Laravel and Filament
- Go to Firebase Studio.
- In the dashboard, find the Start coding an app section.
- Click Import Repo.
- Paste the repository URL: https://github.com/leandrocfe/firebase-filament
- Click Import and wait for the workspace to be set up.
Once the environment is ready:
- Open the terminal tab labeled
start-server
. - Wait for the server to start automatically.
- Look for this message in the terminal:
Server running on http://127.0.0.1:8000
- Click the link to open the application in your browser.
You can log into the app using the following credentials:
- Email:
[email protected]
- Password:
password
- PHP: 8.3
- Framework: Laravel 12
- Admin Panel: Filament v4 (beta)
- Database: SQLite (local file)
- The development environment is ready to use as soon as it's loaded in Firebase Studio.
- You can edit the code directly within the Firebase Studio file editor.
- If you'd like to run the project locally or with a different database, you'll need to configure your own environment (not covered in this guide).
- GitHub: firebase-filament
For questions or suggestions, open an issue in the repository or Leandro Ferreira.