Skip to content

Anouar-Dhahri/Laravel-vue-crud

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

How to install and run on your local system

  1. git clone git@github.com:Anouar-Dhahri/laravel-vue-crud.git
  2. cd laravel-vue-crud/
  3. composer install
  4. composer require laravel/ui
  5. php artisan ui vue
  6. npm install
  7. cp .env.example .env
  8. php artisan key:generate
  9. Add your database config in the .env file
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=[YOUR DATABASE NAME] DB_USERNAME=root DB_PASSWORD= 
  1. php artisan migrate
  2. npm run watch
  3. php artisan serve

Demo

Register

About

Simple laravel 8 and vuejs crud app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published