承接 patriciomartinns/laravel-filament-breeze 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

patriciomartinns/laravel-filament-breeze

Composer 安装命令:

composer create-project patriciomartinns/laravel-filament-breeze

包简介

The skeleton application for the Laravel framework.

README 文档

README

This is a starter kit for Laravel projects that includes:

  • Filament: A modern and powerful admin panel for Laravel.
  • Breeze: A simple and minimal authentication kit for Laravel.
  • Spatie Login Link: A package that provides passwordless login via a unique login link displayed on the screen.

What's Included?

  • Laravel: PHP framework for web development.
  • Filament: Elegant and customizable admin panel.
  • Breeze: Authentication scaffolding with support for Blade, Vue, or React.
  • Spatie Laravel Login Link: Passwordless login using unique login links.

Requirements

  • PHP >= 8.2
  • Composer
  • Node.js (for asset compilation)
  • Database (MySQL, PostgreSQL, SQLite, etc.)

Local Development Setup

Follow these steps to set up the project locally:

  1. Clone the repository:

    git clone https://github.com/patriciomartinns/laravel-filament-breeze example
    cd example
    
    ## Or
    laravel new example --using=patriciomartinns/laravel-filament-breeze
  2. Install PHP dependencies:

    composer install
  3. Install Node.js dependencies:

    npm install
  4. Set up the environment:

    • Copy the .env.example file to .env:
      cp .env.example .env
    • Configure the environment variables in the .env file, such as DB_DATABASE, DB_USERNAME, and DB_PASSWORD.
  5. Generate the application key:

    php artisan key:generate
  6. Run migrations:

    php artisan migrate
  7. Seed the database:

    • Run the seeder to populate the default user (defined in DatabaseSeeder):
      php artisan db:seed
  8. Compile assets:

    npm run dev
  9. Start the development server:

    composer run dev
  10. Access the project:

    • Open your browser and go to http://localhost:8000.

This will generate a unique login link for the specified email address.

Contributing

If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/new-feature).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Open a Pull Request.

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-12