This is a website for pedagogical purposes for fullstack bootcamp students, it's a PHP API with auth and tokens that makes a simple CRUD, the back repo: https://github.com/MAlexGG/crud-react-laravel-api-front.git
It was developed with PHP Laravel, with storage link and sanctum, the UI was designed in Figma.
- Required PHP v.8
- Required Laravel v.8
- git clone
- composer install
- composer require laravel/sanctum
- composer require aprendible/storage-link-route
- run to create storge link: http://127.0.0.1:8000/storage-link
- composer remove aprendible/storage-link-route
- php artisan serve