Thank you for taking the time to look at my project.
To get going you need a few things installed. For more information look at the Laravel documentation here.
- PHP
- Composer
Make sure you have PHP and Composer installed. Download the Laravel installer using Composer:
$ composer global require laravel/installer
Unzip the project and go into the directory of the project
$ cd simpleResDash
Install composer dependancies
$ composer install
This command will start a development server at http://localhost:8000:
$ php artisan serve
When running the command you should expect to see this:
Laravel development server started: <http://127.0.0.1:8000>
Go to that address and you will be able to view the project!
My project is built with VueJS. If you would like to see the components and how they react dynamically, download the Vue DevTools.
From there you can open the Developer Tools and go to the Vue tab to see how the elements react while you navigate the application!