A demo application to illustrate how Inertia.js works.
## About Laravel
## Installation
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
Clone the repo locally:
-[Simple, fast routing engine](https://laravel.com/docs/routing).
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Install PHP dependencies:
## Learning Laravel
```sh
composer install
```
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
Install NPM dependencies:
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost you and your team's skills by digging into our comprehensive video library.
```sh
npm install
```
## Laravel Sponsors
Build assets:
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).
```sh
npm run dev
```
-**[Vehikl](https://vehikl.com/)**
-**[Tighten Co.](https://tighten.co)**
-**[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
Generate application key:
## Security Vulnerabilities
```sh
php artisan key:generate
```
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
Setup local database by editing `.env`. Use whatever database (MySQL, Postgres, SQLite) you'd like here.
## License
```
DB_CONNECTION=
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
```
The Laravel framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
Run database migrations:
```sh
php artisan migrate
```
Run database seeder:
```sh
php artisan db:seed
```
You're ready to go! Visit Ping CRM in your browser, and login with: