Skip to content

Create Article with title and body using laravel, api and Vue.js

Notifications You must be signed in to change notification settings

Shaher11/articles-using-laravel-api

Repository files navigation

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

About

Create Article with title and body using laravel, api and Vue.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages