Laravel 8 Admin Panel with API using Jetstream, Livewire, Sanctum, and Tailwind.
git clone https://github.com/mdutt247/laravel-news.git
cd laravel-news
composer install
- Rename or copy
.env.example
file to.env
php artisan key:generate
- Set your database credentials in
.env
file php artisan migrate:fresh --seed
npm install
npm run dev
php artisan serve
- Visit
localhost:8000/login
in your browser - Choose one
email
id fromusers
table. 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: [email protected]