/laravel-news

Laravel 8 Admin Panel with API.

Primary LanguagePHP

Laravel News API with Admin Panel

Laravel 8 Admin Panel with API using Jetstream, Livewire, Sanctum, and Tailwind.

  1. git clone https://github.com/mdutt247/laravel-news.git
  2. cd laravel-news
  3. composer install
  4. Rename or copy .env.example file to .env
  5. php artisan key:generate
  6. Set your database credentials in .env file
  7. php artisan migrate:fresh --seed
  8. npm install
  9. npm run dev
  10. php artisan serve
  11. Visit localhost:8000/login in your browser
  12. Choose one email id from users table. Password is password.

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