https://github.com/pyaesoneaungrgn/lara-cms
A demo application made with Laravel Jetstream (Inertia + Vue).
https://github.com/pyaesoneaungrgn/lara-cms
laravel-jetstream
Last synced: 3 months ago
JSON representation
A demo application made with Laravel Jetstream (Inertia + Vue).
- Host: GitHub
- URL: https://github.com/pyaesoneaungrgn/lara-cms
- Owner: PyaeSoneAungRgn
- Created: 2021-04-23T12:13:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T12:29:11.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T03:43:01.243Z (over 1 year ago)
- Topics: laravel-jetstream
- Language: Vue
- Homepage: https://lara-cms.pyaesoneaung.dev
- Size: 1.57 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lara CMS
A demo application made with Laravel Jetstream (Inertia + Vue).

## Demo
[https://lara-cms.pyaesoneaung.dev](https://lara-cms.pyaesoneaung.dev/)
## Installation
```sh
composer install
npm install
npm run dev
php artisan migrate
php artisan setup:program
```
## Account
```
email: admin@gmail.com
password: admin123
```