An open API service indexing awesome lists of open source software.

https://github.com/kenvilar/bookmarkise

Laravel + PostgreSQL + Axios
https://github.com/kenvilar/bookmarkise

ajax axios laravel npm postgresql

Last synced: 3 months ago
JSON representation

Laravel + PostgreSQL + Axios

Awesome Lists containing this project

README

          

# Bookmarkise

Laravel + PostgreSQL

## Instructions
> Go to the `php.ini` file where your configuration file path is and uncomment/enabled these two lines
```sh
# for Mac
;extension=php_pdo_pgsql.so
;extension=php_pgsql.so

# for Windows
;extension=php_pdo_pgsql.dll
;extension=php_pgsql.dll
```