Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelgeek/laravel-inertia
A laravel app to demonstrate use of inertia Js, Vue Js SPA
https://github.com/manuelgeek/laravel-inertia
inertiajs laravel routing spa vue
Last synced: about 6 hours ago
JSON representation
A laravel app to demonstrate use of inertia Js, Vue Js SPA
- Host: GitHub
- URL: https://github.com/manuelgeek/laravel-inertia
- Owner: manuelgeek
- Created: 2020-04-27T22:03:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:30:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T02:42:37.849Z (7 months ago)
- Topics: inertiajs, laravel, routing, spa, vue
- Language: PHP
- Size: 1.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Laravel Inertia
This is a sample Laravel project to illustrate Creating SPA with Inertia JS
## Table of contents
- [Set Up](#set-up)
- [Tech Stack](#tech-stack)
- [Features](#features)
- [Screenshot](#screenshot)
- [Resources](#resources)
- [About Me](#about-me)
- [Licence](#licence)
## Set up
Fork and Clone the project then;
```bash
composer installcp .env.example .env
php artisan key:generate
php artisan migrate
npm run dev
php artisan serve
```
## Tech Stack- Laravel
- Vue Js
- Tailwind CSS
- Inertia JS## Features
* Register
* Login
* Update Avatar
* CRUD
* Pagination## Screenshot
## Resources
- [Inertia](https://inertiajs.com/)
- [Laravel Inertia](https://github.com/inertiajs/inertia-laravel)
- [Vue Js Inertia](https://github.com/inertiajs/inertia-vue)## About Me
[Magak Emmanuel](https://magak.me)
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=for-the-badge)](#)
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source-200x33.png?v=103)](#)
Happy coding, Star before Fork 😊💪💯