SU
sumer5020/nuxt-laravelapi-starter-kit
Ready to go Laravel web api and nuxt3 template ๐ฅ
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:
# 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 devFeedback
If you have any feedback, please reach out to us at sumer5020@outlook.com
On this page
Languages
PHP58.0%Blade41.5%JavaScript0.3%TypeScript0.1%Vue0.1%
Contributors
Latest Release
0.0.1January 25, 2024MIT License
Created January 21, 2024
Updated January 2, 2025