Skip to content

laravel-ru/laravel-vue-example

 
 

Repository files navigation

Laravel API & Vue SPA: Example App

Welcome to the Laravel+Vue example close to a real SPA-API application.
Designed for junior developers, show the main points of full stack developing a classic web app with Auth, Roles, CRUD, Service Layer, etc.
Your application may have a different implementation. Use any code of the app at your own risk 😈.

Stack

  • PHP 8.2
  • MariaDB 10
  • Node 18
  • Docker
  • Redis
  • Laravel 10
  • Octane Roadrunner
  • Fortify
  • Sanctum
  • Telescope
  • Vue 3
  • Vite
  • Tailwind CSS
  • Font Awesome

Presetting

cp .env.example .env

The configuration is ready to use and does not require changes.

Build with docker

⚠️ Don't use this docker configuration in a real application, just for a quick demo

docker-compose up -d

Go to http://localhost:8000

Mailhog: http://localhost:8025
Database: localhost:3377

Preview

home page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.8%
  • Vue 21.6%
  • JavaScript 6.2%
  • CSS 1.6%
  • Other 0.8%