Hi there. This is an example Laravel SPA CRUD application with basic CRM concept.
In a front Inertia & Vue3, Tailwind CSS.
I created it for my resume. You can take it and edit for yourself as you wish.
You can check it right here: http://app.itandreev.ru
- PHP 8.2
- Laravel 10
- Database
- Redis
- Vue3 + Inertia
There is a Docker in application you can compose it.
Or locally:
git clone https://github.com/andreev02/example-laravel.git
cd example-laravel
composer install
npm install
php artisan migrate
php artisan seed
npm run dev
php artisan serve