Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 716 Bytes

Readme.md

File metadata and controls

56 lines (36 loc) · 716 Bytes

This is a simple Article project with title and body using Laravel, API and Vuejs

We are going to create full CRUD app using Laravel, APIs and Vuejs.

Installation

Clone this repository

https://github.com/Shaher11/articles-using-laravel-api.git

Now install composer

composer install

Generate key on .env file

cp .env.example .env
php artisan key:generate

To migrate the database

php artisan migrate

You can add some fake data using Seeder

php artisan db:seed

For Install Node.js you can download it from the link below

https://nodejs.org/

For Install NPM

npm install

For Run NPM

npm run watch