https://github.com/sumer5020/nuxt-laravelapi-starter-kit
Ready to go Laravel web api and nuxt3 template 🔥
https://github.com/sumer5020/nuxt-laravelapi-starter-kit
breeze-api dark-light-theme dashboard laravel multilingual nuxt3 vue3
Last synced: 5 months ago
JSON representation
Ready to go Laravel web api and nuxt3 template 🔥
- Host: GitHub
- URL: https://github.com/sumer5020/nuxt-laravelapi-starter-kit
- Owner: sumer5020
- License: mit
- Created: 2024-01-21T14:43:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T13:03:21.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T18:30:26.422Z (almost 2 years ago)
- Topics: breeze-api, dark-light-theme, dashboard, laravel, multilingual, nuxt3, vue3
- Language: PHP
- Homepage: https://code.sumer5020.com/nuxt-laravelapi-starter-kit/
- Size: 4.14 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Starter Kit for Laravel and Nuxt3
An Open Source Project designed to provide our fellow developers/students a better way to get started.
## Content
| Project | Type | Description |
| :-------- | :------------ | :------------------------------ |
| `api.app` | `Laravel 11` | **Required**. PHP ^8.2 |
| `app` | `Nuxt 3` | **Required**. Node ^v20.14 |
## Features
- api.app
- [ ] Laravel breeze api
- [ ] Http response helper
- [ ] Activity log helper
- [ ] Collection manager helper
- [ ] Htaccess firewall
- app
- [ ] Tailwind CSS
- [ ] Responsive design
- [ ] Light/dark mode component
- [ ] Multilingual component
- [ ] Auth pages
- [ ] Dashboard
- [ ] Toast notification
## Setup And Run
Test the app by run the following command:
```bash
# API
composer install --working-dir=./api.app
php ./api.app/artisan migrate
php ./api.app/artisan db:seed
php ./api.app/artisan serve
# WEB
yarn --cwd ./app install
yarn --cwd ./app run dev
```
## Feedback
If you have any feedback, please reach out to us at sumer5020@outlook.com