Skip to content

fedenuche/filament-bug-with-repeater

Repository files navigation

Laravel Project Setup

Follow these steps to install and set up the Laravel project after cloning it from the repository.

🚀 Installation Steps

1️⃣ Clone the repository

git clone https://github.com/fedenuche/filament-bug-with-repeater
cd filament-bug-with-repeater

2️⃣ Install dependencies

composer install

3️⃣ Set up the environment file

cp .env.example .env

Then, update the .env file with your database credentials:

DB_HOST=127.0.0.1
DB_DATABASE=your_database_name
DB_USERNAME=your_username
DB_PASSWORD=your_password

4️⃣ Generate the application key

php artisan key:generate

5️⃣ Set up the database

Run the migrations:

php artisan migrate --seed

6️⃣ Install Node.js dependencies (if required)

npm install
npm run dev  # or npm run build for production

7️⃣ Start the development server

php artisan serve

🎉 Your Laravel project is now set up and running! 🚀

How to reproduce the error

1️⃣ Login to the dashboard

Go to the dashboard User: [email protected] Password: password

2️⃣ Go to lessons

Edit any lesson, for example the lesson one

3️⃣ Add more than one Vocabulary

Using the repeater add more than one vocabulary and press save.

Only one of them will be shown!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages