Afor is a starter project built with Laravel's Vue Starter Kit.
It provides a basic structure for authentication, modular routes, and reusable components.
- PHP >= 8.2
- Composer
- Node.js >= 18
- NPM
- Clone the repo:
git clone https://github.com/msllagas/afor.git
cd afor- Install dependencies
npm install && composer install- Start dev server
composer run dev