Skip to content

andreev02/example-laravel

Repository files navigation

Laravel Logo

Laravel example app

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

Dependencies

  • PHP 8.2
  • Laravel 10
  • Database
  • Redis
  • Vue3 + Inertia

Installation

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

About

Laravel example app

Resources

Stars

Watchers

Forks