Skip to content

nominalrune/laravel_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • /
    • GET|HEAD
      • ?
  • _ignition/execute-solution
    • POST
      • ignition.executeSolution › Spatie\LaravelIgnition › ExecuteSolutionController
  • _ignition/health-check
    • GET|HEAD
      • ignition.healthCheck › Spatie\LaravelIgnition › HealthCheckController
  • _ignition/update-config
    • POST
      • ignition.updateConfig › Spatie\LaravelIgnition › UpdateConfigController
  • api/calendar
    • GET|HEAD
      • calendar.index › CalendarController@index
  • api/calendar_event
    • GET|HEAD
      • calendar_event.index › CalendarController@index
  • api/calendar_event
    • POST
      • calendar_event.store › CalendarController@store
  • api/calendar_event/{id}
    • GET|HEAD
      • calendar_event.show › CalendarController@show
  • api/calendar_event/{id}
    • POST
      • calendar_event.update › CalendarController@update
  • api/calendar_event/{id}
    • DELETE
      • calendar_event.delete › CalendarController@destroy
  • api/comments
    • POST
      • comment.store › CommentController@store
  • api/comments/{id}
    • PUT
      • comment.update › CommentController@update
  • api/comments/{id}
    • DELETE
      • comment.delete › CommentController@destroy
  • api/email/verification-notification
    • POST
      • verification.send › Auth\EmailVerificationNotificationController@store
  • api/forgot-password
    • POST
      • password.email › Auth\PasswordResetLinkController@store
  • api/login
    • GET|HEAD
      • login › Auth\AuthenticatedSessionController@show
  • api/login
    • POST
      • login › Auth\AuthenticatedSessionController@store
  • api/logout
    • POST
      • logout › Auth\AuthenticatedSessionController@destroy
  • api/records
    • GET|HEAD
      • record.index › RecordController@index
  • api/records
    • POST
      • record.store › RecordController@store
  • api/records/{id}
    • GET|HEAD
      • record.show › RecordController@show
  • api/records/{id}
    • POST
      • record.update › RecordController@update
  • api/records/{id}
    • DELETE
      • record.delete › RecordController@destroy
  • api/register
    • POST
      • register › Auth\RegisteredUserController@store
  • api/reset-password
    • POST
      • password.store › Auth\NewPasswordController@store
  • api/tasks
    • GET|HEAD
      • task.index › TaskController@index
  • api/tasks
    • POST
      • task.store › TaskController@store
  • api/tasks/{id}
    • GET|HEAD
      • task.show › TaskController@show
  • api/tasks/{id}
    • POST
      • task.update › TaskController@update
  • api/tasks/{id}
    • DELETE
      • task.delete › TaskController@destroy
  • api/user
    • GET|HEAD
      • UserController@index
  • api/user
    • POST
      • UserController@store
  • api/user/{id}
    • GET|HEAD
      • UserController@show
  • api/user/{id}
    • POST
      • UserController@update
  • api/user/{id}
    • DELETE
      • UserController@destroy
  • api/verify-email/{id}/{hash}
    • GET|HEAD
      • verification.verify › Auth\VerifyEmailController@__invoke
  • doc
    • GET|HEAD
      • ?
  • doc/assets/{file}
    • GET|HEAD
      • ?
  • doc/{page}
    • GET|HEAD
      • ?
  • sanctum/csrf-cookie
    • GET|HEAD
      • sanctum.csrf-cookie › Laravel\Sanctum › CsrfCookieController@show

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages