The requirements to Laravel-SchoolLibrary application is:
- PHP - Supported Versions: >= 8.0
- Webserver: Nginx or Apache
- Database: MySQL, or Maria DB
$ git clone https://github.com/ambonxnobody/Laravel-SchoolLibrary.git
$ cd Laravel-SchoolLibrary-main
$ composer update
Important: If you have not the .env file in root folder, you must copy or rename the .env.example to .env
.env file
APP_URL=http://yourdomain.tld (you must use protocol http or https)
Options: en | id
.env file
APP_LANG=en
.env file
DB_CONNECTION=mysql
DB_HOST=XXXXXX
DB_PORT=3306
DB_DATABASE=XXXXX
DB_USERNAME=XXXX
DB_PASSWORD=XXXXX
Remember: Create the database for Laravel-SchoolLibrary before run artisan command.
php artisan migrate --seed
Application name: Laravel-SchoolLibrary
Homepage URL: URL (Same as APP_URL at .env)
.env file
PROXY_PORT=
PROXY_METHOD=
PROXY_SERVER=
PROXY_USER=
PROXY_PASS=
The Laravel framework is open-sourced software licensed under the MIT license.