Laravel News API with Admin Panel
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
.
Code explanation
Create Migration, Model, and Factory to start with the project
Establish Relationships
API Resources, API Controllers, and API Routes
Keep an eye. More tutorials are on the way...
Do check Laravel Documentation if you have any doubt.
Twitter: kotagin E-mail: m.dutt@mditech.net