Skip to content

SOS4IT/nuxt-laravelapi-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


sumer5020

License Repository Type Latest Version Stand With Palestine 🇵🇸



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 Required. PHP ^8.1
app Nuxt3 Required. Node ^v18.0.0

Features

  • api.app
    • Laravel breeze api
    • Http response helper
    • Activity log helper
    • Collection manager helper
    • Htaccess firewall
  • app
    • Responsive design
    • Light/dark mode toggle
    • Tailwindcss
    • Multilingual
    • Auth pages
    • Dashboard
    • Toast notification

Theme Color Reference

Color Hex
Dark theme:
Primary #b4c9d9 #b4c9d9
Secondary #0b4b7d #0b4b7d
Background #090b1f #090b1f
Light theme:
Primary #203552 #203552
Secondary #0b4b7d #0b4b7d
Background #f0f4f3 #f0f4f3

Screenshots

Home Screenshot Login Screenshot Register Screenshot Dashboard Screenshot

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
  npm install -D --prefix ./app
  npm run dev -prefix ./app

Feedback

If you have any feedback, please reach out to us at [email protected]

About

Ready to go Laravel web api and nuxt3 template 🔥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.6%
  • Vue 30.0%
  • CSS 3.4%
  • TypeScript 3.2%
  • JavaScript 2.2%
  • SCSS 1.6%