It is a new feature introduced in v8
if your laravel installer version >4.0.0 then only it will works
To get started
you can run the following command to build a new project with laravel
laravel new blog --jet
Database configurations
first you have to change the db configurations in env file
then you have to migrate the database
After doing this thing you can able to run the project
- You can register yourself
- you can upload the image
- Incase your image is not showing you just change the base url of your app in env file with localhost:8000(if running in localPC)