Laravel Boilerplate
About the project
Builth with
Getting started
Prequisites
- PHP >= 7.2.0
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Nodejs
- Composer
Installation
- Clone the repo
https://github.com/ilhamwibawa/laravel-boilerplate.git
- Install PHP dependency
composer install
- Install NPM
npm install && npm run dev
- copy
.env.example
and rename it to .env
- Setting your
.env
, specially for databases
- Migrate database and seed it with example data
php artisan migrate --seed
Usage
Login page: /login