Giter Club home page Giter Club logo

filamentadmin-starterpack's Introduction

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.

filamentadmin-starterpack's People

Contributors

abela-a avatar dependabot[bot] avatar github-actions[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

filamentadmin-starterpack's Issues

PSR-4 autoloading standart

Hello,
First thanks for you packages I really appreciate because I a Junior programmer and helps me a lot.
I found this issue when I do the composer

Class App\Settings\SiteSettings located in ./app/Settings/SiteSetting.php does not comply with psr-4 autoloading standard. Skipping.

Not sure if help you but any how I wanted to send it to you.

Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.