Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 612 Bytes

File metadata and controls

37 lines (26 loc) · 612 Bytes

Bookopia

Build and Run

To build the application you should install composer and node packages:

composer install
npm install

After that, you should run the servers to use the application:

npm run dev

and in another terminal:

php artisan serv

Troubleshoot

If an error appear saying that there is no method called is_admin(), run the following line:

composer dump-autoload