Posts
Laravel comes with Laravel Jetstream which provides login, registration, email verification, two-factor authentication, session management, API support via Laravel Sanctum, and optional team management. Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding. Read the full article here Link to all Laravel resources
Creating the Front End in Laravel using Jetstream, Livewire, Sanctum, and Tailwind
Jul 23, 2021
210 views
REST is an acronym for RE presentational S tate T ransfer. This term was coined by Roy Fielding in 2000. It is an architecture style for designing loosely coupled applications over HTTP, that is often used in the development of web services. Read it here Link to all Laravel resources
Creating and Consuming RESTful API in Laravel
Jul 23, 2021
197 views