Skip to content

joshuaroytino/laravel-api-todos

Repository files navigation

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Install the Application

  • Enter the following commands in a terminal of your choice.
    composer install
    cp .env.example .env
    php artisan key:generate
  • Build the database you supplied in the .env
    php artisan migrate --seed
  • Run the application
    php artisan serve

Before Committing

  • Run the lint
    composer lint
    #or
    ./vendor/bin/pint
  • Run the tests
    php artisan test
    #or
    ./vendor/bin/phpunit

About

A simple API with authentication using Laravel Sanctum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages