Skip to content

malogajski/filament-org-management

 
 

Repository files navigation

Simple test database

With laravel 11 and Filament 3.x

Install and Run

clone into a folder and cd into it

composer update

npm install

npm run build

php artisan key:generate --ansi

php artisan migrate --graceful --ansi php artisan migrate:fresh --seed

php artisan serve

open web page http://127.0.0.1:8000/admin ~or whatever the server says + admin

user: [email protected]

password: asdf

Add your notes here

Outline

Other Notes / Questions/ Comments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.7%
  • Blade 38.2%
  • Other 1.1%