- PHP >= 8.2
- Composer
- Node.js
- npm
Clone the repository:
git clone "isi urlnya"
Navigate into the project directory:
cd "nama foldernya"
Install PHP dependencies:
composer install
Install JavaScript dependencies:
npm install && npm run dev
Copy the
.env.example
file and rename it to.env
:copy .env.example .env
Generate application key:
php artisan key:generate
Run database migrations:
php artisan migrate
Start the development server:
php artisan serve
Storage link php artisan storage:link
Create User php artisan make:filament-user