Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aremu-smog/lister
A simple laravel listing website with Dashboard
https://github.com/aremu-smog/lister
Last synced: 16 days ago
JSON representation
A simple laravel listing website with Dashboard
- Host: GitHub
- URL: https://github.com/aremu-smog/lister
- Owner: aremu-smog
- Created: 2020-02-03T07:40:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:20:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T00:20:34.580Z (almost 2 years ago)
- Language: PHP
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Lister is an online listing platform built with Laravel as part my Laravel in 10projects series. It's project three. [Preview here](http://list-er.herokuapp.com/)## Important lessons learnt
Like I mentioned in the main project description, I had to go learn some other things that were not touched on by Brad traversy as per say I sabi book. Some of the things I learnt include1. Creating Laravel Authentication with php artisan ui vue --auth
2. Uploading image with laravel
3. Working with @auth and @guest
4. Selecting all items except for item with a certain id
5. Limiting access to certain parts of an application
6. How to dynamically use the same navbar for normal pages and dashboard and changing the item based on whether the user is logged in or not## Tools
#### Design
Adobe Illustrator and Adobe XD#### Illustration
[Freepik](http://www.freepik.com)#### Frontend
HTML, CSS, Sass#### Backend
Laravel, Eloquent#### Mockups
[Smart Mockups](https://smartmockups.com/)## Screenshots
__Hosted on [Cloudinary](https://cloudinary.com/)__
*Images may take some time load*Homepage
![Homepage](https://res.cloudinary.com/aremusmog/image/upload/v1580982169/Laravel%20in%2010%20project%20screenshots/Lister_Homepage_uatmwp.jpg)Register
![Register](https://res.cloudinary.com/aremusmog/image/upload/v1580982167/Laravel%20in%2010%20project%20screenshots/Lister_Register_xinv49.jpg)Welcome
![Welcome](https://res.cloudinary.com/aremusmog/image/upload/v1580982170/Laravel%20in%2010%20project%20screenshots/Lister_Welcome_Page_z4q3ip.jpg)Dashboard
![Dashboard](https://res.cloudinary.com/aremusmog/image/upload/v1580982168/Laravel%20in%2010%20project%20screenshots/Lister_Dashboard_j7f8vt.jpg)