API Laravel 10 Sanctum
Libraries used in the project
- Laravel Passport
- ...
To get a local copy up and running follow these simple steps.
-
Laravel v10.0 or higher
-
composer v2.5.4
-
php v8.2.0
-
Copy
.env.example
to.env
:cp .env.example .env
-
Install the dependencies:
composer install
-
Generate application key:
php artisan key:generate
-
Run database migration with seeder:
php artisan migrate
-
Start the local server:
php artisan serve
## Usage
After successful installation, access the address http://localhost:8000
API Dock: http://localhost:8000/request-docs/
## Contact
Email - dario_dbml@hotmail.com