dimartarmizi /
portfolio
A modern full-stack portfolio template built with Laravel 13, Inertia.js, and Vue 3, featuring a blog, project showcase, work experience, and a complete admin panel for content management.
Loading repository data…
ferjal0 / repository
A modern, full-stack web application starter template built with Laravel 12, Vue 3, TypeScript, and Inertia.js. This project combines the power of Laravel's backend capabilities with Vue's frontend flexibility, all tied together with Inertia.js for seamless single-page application behavior.
A modern, full-stack web application boilerplate built with Laravel 12, Inertia.js, Vue 3 (with Composition API), TypeScript, Tailwind CSS, and Shadcn UI components.
ref, reactive, and computeddefinePropsdefineComponentThis project implements a modern monolithic architecture using Laravel as the backend framework and Vue 3 for the frontend, seamlessly connected via Inertia.js. This architecture provides:
Backend
Frontend
Frontend-Backend communication
git clone https://github.com/ferjal0/vue-inertia-laravel
cd vue-inertia-laravel
composer install
pnpm install
cp .env.example .env
php artisan key:generate
.env and run migrations:php artisan migrate
pnpm run dev
Visit http://vue-inertia-laravel.test to see your application.
The documentation is split into three main sections:
# PHP
./vendor/bin/pint
# TypeScript/Vue
pnpm run lint
pnpm run build
Selected from shared topics, language and repository description—not editorial ratings.
dimartarmizi /
A modern full-stack portfolio template built with Laravel 13, Inertia.js, and Vue 3, featuring a blog, project showcase, work experience, and a complete admin panel for content management.