- PHP 8.1.0 or higher;
- Composer 2.5 or higher;
- MariaDB 10.4.24-MariaDB or others
- and the usual Laravel application requirements.
Download Zip or using git, you can get project:
Clone the repository
git clone https://github.com/falcon9r/Book-ordering-service.git
Switch to the repo folder
cd Book-ordering-service
Update all the dependencies using composer
composer update
Install all the dependencies using composer
composer install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Generate a new application key
php artisan key:generate
Run the database migrations (Set the database connection in .env before migrating) for more docs
php artisan migrate --path="database/migrations/*"
php artisan db:seed
php artisan storage:link
Note : To create the symbolic link, you may use Artisan command:
php artisan storage:link
.
php artisan serve
Email: falcon.9roc@gmail.com
Password: password