Laravel Vue js Blog Project with Source Code
This project was built using laravel 6 and vuejs 2 you can upgrade to any new version it is compatible with the new versions of laravel and vuejs.
The project is divided into two sections :
- The simple user section where the user can explore articles, add comments, and paginate results.
- The admin section where the admin can explore articles, add update and delete records from the database.
How to use :
add new MySQL database name it as you want, next run the migrations using the command line and update the DB_DATABASE property inside the .env file to connect to your database, finally start your server using php artisan command: php artisan serve.