Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

fukigenmedia/filamentadmin-starterpack

Repository files navigation

filament-shield-art

Fukigen Filament Starterpack

Easily start new projects using FukigenMedia's starterpack.

Usually, many of us are confused about where to start a new project. Because there are too many packages that need to be installed, that's why we made this starterpack to make it easier for us and for you to start a new project.

What's Inside?

Upgrade

php artisan optimize:clear
composer update
php artisan filament:upgrade
php artisan shield:upgrade

Instalation

  1. Generate new repository with this template: https://github.com/fukigenmedia/filamentadmin-starterpack/generate

  2. Install the package via composer:

     composer install
  3. Compile all CSS and JS:

    npm install && npm run dev
  4. Create copy of .env and generate laravel key:

    cp .env.example .env
    php artisan key:generate
    php artisan storage:link
  5. Configure your .env file:

    We've added some new keys to make it easier for you to configure your app.

    APP_LOCALE=en
    APP_TIMEZONE=UCT
    
    FILAMENTADMIN_EMAIL="@gmail.com"
  6. Generate default permission and run migration:

    php artisan shield:install --fresh

    That command will flush all your table, and run some migration. After that you will be asked some questions, and generate new super_admin user.

    If you get the question :

    Shield Resource already exists. Overwrite?
    

    Please, just answer no because the command will overwrite the existing file.

  7. Congratulation, you can access your application on /app route. 🔥

Usage

Now you can use the features of the TALL Stack and FilamentAdmin.

After creating the resource, please run the following command to create a new permission:

php artisan shield:generate

Next, you can read each documentation of the related packages. Thank you! 🥳

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Sponsor this project

Languages