
In this lecture we will setup our application.
Management of users is important feature in admin panel. In this video we will build that using spatie/laravel-permission package.
Learn to implement real-time notifications in a Laravel Vue SPA admin panel by configuring broadcasting with Laravel WebSockets, Echo, and live updates in the admin view.
Build a user activity feed in the admin panel by logging actions with the activity log, creating migrations, and rendering logs in a timeline component.
Learn to upload featured images via api, resize with intervention image, save to public storage, and link the file in the blog record, with an update endpoint for changes.
In this course we will learn to build adminl panel using laravel and Vue js. This will be single page application. We will be making api using laravel and consume that api using vue.
This admin panel will contain user management system, notification system, user activity feed and blog api.
We will cover best practice to create single page application using laravel and vue js.