Skip to content

mycoding-academy/filament3-tutorial

Repository files navigation

Test

Filament 3 Tutorial Source for YouTube Playlist "Filament 3 Tutorial"

Filament 3 Tutorial on YouTube

  • EP01 การติดตั้ง Filament 3 ใช้งานร่วมกับ Jetstream และ Filament-Shield
  • EP02 การทำ Bulk Action สำหรับการเปลี่ยนรหัสผ่าน
  • EP03 การแก้ไข User Profile และ Avatar ด้วย Filament-breezy
  • EP04 การใช้งาน Simple Resource CRUD และการลบไฟล์จาก FileUpload Component

How to Install the Application

  1. Clone the repository
  2. Install Composer packages
composer install
  1. Copy .env.example to .ennv
cp .env.example .env
  1. Generate application key
php artisan key:generate
  1. Install Node packages
npm install
  1. Create database and fill in the .env file.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=filament3_tutorial
DB_USERNAME=root
DB_PASSWORD=
  1. Migrate database
php artisan migrate
  1. Run the application
php artisan serve

And in other terminal, run Vite server

npm run dev

Now you are ready to explore the application!

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within the application, please send an e-mail to Prasit Gebsaap via prasit.gebsaap@gmail.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Filament 3 as Backend Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages