Laravel 8 Admin Panel with API using Jetstream, Livewire, Sanctum, and Tailwind.
git clone https://github.com/mdutt247/laravel-news.gitcd laravel-newscomposer install- Rename or copy
.env.examplefile to.env php artisan key:generate- Set your database credentials in
.envfile php artisan migrate:fresh --seednpm installnpm run devphp artisan serve- Visit
localhost:8000/loginin your browser - Choose one
emailid fromuserstable. Password ispassword.
Response from API to be consumed by mobile apps etc.
Admin Dashboard - Category Managment Page
Admin Dashboard - Create Category
Admin Dashboard - Edit Category
Admin Dashboard - Post Managment Page
All tutorial links
Part 1: Create Migration, Model, and Factory to start with the project
Part 2: Establish Relationships
Part 3: API Resources, API Controllers, and API Routes
Part 4: Front End for Admin Dashboard on Web inteface
Do check Laravel Documentation if you have any doubt.
Twitter: kotagin E-mail: m.dutt@mditech.net






