This project was generated with Laravel.
The purpose of this project is to showcase a Laravel Project with basic CRUD functionalities.
Installation
Package(s) Used
Database
Development Server
Support
When using Postman, use the Postman API Collection here.
Install the dependencies
by running:
composer install
- Hashids
- For Hashids, you can add and modify the following in your
.env
:HASH_SALT=HASH_ID_SALT HASH_MIN_LENGTH=12 HASH_ALPHABET=HASH_ID_ALPHABET
- For Hashids, you can add and modify the following in your
Migrate database by running:
php artisan migrate
To populate and have sample data in your database, run this command:
php artisan migrate --seed
Run this command:
php artisan serve
For support, email jeddsaliba@gmail.com.