Skip to content

My personal website, built in Laravel, Inertia and React, with a Filament admin section to edit all database content

Notifications You must be signed in to change notification settings

morphalex90/pieronanni_laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locally install & run

copy .env.example to .env and edit the necessary data

composer install
npm install
php artisan storage:link
composer run dev

then open http://localhost:8000

Pint

./vendor/bin/pint --parallel

Larastan

./vendor/bin/phpstan analyse

Create model with migration, controller, resource and factory

php artisan make:model Post -mcrf

About

My personal website, built in Laravel, Inertia and React, with a Filament admin section to edit all database content

Topics

Resources

Stars

Watchers

Forks