Please read the wiki on how to quickly set up.
You can also read about the Laravel Framework used here
This repo is based on a house listing scenario.
- Content creation. Users can create their own listing and upload images of the listing.
- Image upload and handling
- Authentication and guards. Only registered users can create new listings and any single registered user can only edit his own listing.
...more features will keep being added with time.
- git clone (project link)
- composer install
- cp .env.example .env (create an env file)
- change the db configurations based on your env file
- php artisan key:generate key
- php artisan migrate --seed 7.install predis if its missing (composer require predis/predis:~1.0)
- Video Tutorials from Laracasts
The Laravel framework is open-sourced software licensed under the MIT license.