Create a message board using laravel and vuejs
1.Run
$ composer install
This will install laravel and all php dependencies.
2.Copy env.sample to .env Edit the env file to you local specifications.
3.Run
$ npm install
This will install all node modules and JS dependencies.
4.Run
$ php artisan serve
This will boot up the serve.
Visit http://localhost:8000 in the broser!
The Laravel framework is open-sourced software licensed under the MIT license.