Skip to content

islamroshan/Laravel9-Vue3-TypeScript

Repository files navigation

Laravel 9 Development Starter Project.

Descripton: in this repository you will get Laravel-9 starter scafold with configured settings for instance, if you are planning to start a new project with vue and laravel then only thing you need will be to fetch this repository and start building your app.

This includes all latest pakages for development, Below are the list of pakages installed.

  • Laravel 9
  • Laravel Sanctum for authentication
  • Vue 3
  • Vue Class Component
  • Vuex
  • Vue Router
  • TypeScript
  • Prime Vue (Frontend framework for Vue js)
  • Prime Flex (Gird System) and many other dependencies to start a new project

You can clone the project and make changes or distrubute it without any restrictions. Leave a Star/Fork if you appreciate my efforts.

Follow these steps to run this app.

  1. Make sure you have npm, node, php installed, I have used laravel sail for my development enviroment
  2. Clone the git repository
  3. cd into the directory
  4. Run, sail build or ./vendor/bin/sail build
  5. Run, Composer install
  6. Run, npm install
  7. Run, sail down and then sail up -d
  8. Run, sail artisan migrate
  9. Run, sail db:seed
  10. Run, sail npm run dev
  11. Open browser and type localhost

Admin Dashboard Credentials Email: [email protected] Pwd: 123456789

Thanks