Easily start new projects using FukigenMedia's starterpack.
The Fukigen Filament Starterpack is a tool created by FukigenMedia that aims to make starting new projects easier. It provides a collection of packages and resources to help streamline the development process.
Here is a step-by-step guide to installing the Fukigen Filament Starterpack:
Generate a new repository with the provided template link: https://github.com/fukigenmedia/filamentadmin-starterpack/generate
Install the package via composer:
composer require fukigenmedia/filamentadmin-starterpack
Compile all CSS and JS:
npm install && npm run dev
Create a copy of the .env file and generate a Laravel key:
cp .env.example .env
php artisan key:generate
Configure your .env file with the necessary settings.
Generate default permissions and run migrations:
php artisan migrate:fresh --seed
Note: This command will flush all the existing tables and run migrations. When prompted with a question, answer “no” to avoid overwriting existing files.
Congratulations! You can now access your application on the /app route.
The Fukigen Filament Starterpack is a comprehensive tool for easily starting new projects. It includes the TALL stack and FilamentAdmin, providing a wide range of features for developers. The installation process is straightforward, making it convenient to set up and get started. Overall, it offers a convenient and efficient solution for starting new projects.