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
If an error appear saying that there is no method called is_admin()
,
run the following line:
composer dump-autoload