Skip to content

shuangg/demo-filapanel

Repository files navigation

Further installation

Now that you've got your project, it's time to finish up installation. Please make sure to run the following commands either in your local project or in your deployment tool.

Run composer install

composer install

Create your .env

cp .env.example .env

Now create a new database and enter the credentials inside your environment file.

Set your app key

php artisan key:generate

Upgrade Filament

php artisan filament:upgrade

Run migrations

php artisan migrate:fresh

Link storage

php artisan storage:link

create a user

php artisan make:filament-user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published