- 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 installInstall JavaScript dependencies:
npm install && npm run devCopy the
.env.examplefile and rename it to.env:copy .env.example .envGenerate application key:
php artisan key:generateRun database migrations:
php artisan migrateStart the development server:
php artisan serveStorage link php artisan storage:linkCreate User php artisan make:filament-user
No comments:
Post a Comment