Skip to content

meshu-dev/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

295 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Laravel app to manage data for my CV and Portfolio websites via an admin panel built with Vue.js.

Setup

Run the setup command setup .env install composer / node dependancies.

composer run setup

Edit the .env file and fill in values.

Run database migrations after filling in databse credentials.

php artisan migrate

Run database seeder.

php artisan db:seed

Run the app.

composer run dev

Commands

Running unit tests.

php artisan test

Check code coverage.

php artisan test --coverage

Running PHPStan checks.

composer run phpstan

Running Lint checks.

composer run test:lint

Notes

Current Laravel version is 12.

Upgrade to Laravel 13 guide

Laravel Security Support dates

About

App to manage cv and portfolio data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors