Coder Social home page Coder Social logo

laralist's Introduction

LaraList

Laralist is a classified web application written in Laravale Framework.

Features

  • Front-end/Back-end Ad(Item) Post
  • Back-end Ad Management
  • n-Level Categories
  • Mail Templates
  • Back-end User Management
  • Admin Controlled Settings
  • Search Ads
  • Upload images to AWS S3

Installation

Run the folowing commands from the Terminal:

composer install
composer dump-autoload

Next, add the providers below to the providers array of config/app.php

'providers' => [
// .....
 	Collective\Html\HtmlServiceProvider::class,
 	Laravel\Socialite\SocialiteServiceProvider::class,
 	Creativeorange\Gravatar\GravatarServiceProvider::class,
 	Proengsoft\JsValidation\JsValidationServiceProvider::class, 
    App\Providers\ViewComposerServiceProvider::class,
 	Laralist\Listmeta\LaralistMetaServiceProvider::class, 
 	Laralist\Listconfig\ListConfigServiceProvider::class,
 	Laralist\Listcurl\ListCurlServiceProvider::class,
  Aws\Laravel\AwsServiceProvider::class,

 ],  

Then, add following class aliases to the aliases array of config/app.php

'aliases' => [
    // ...
      'Form' => Collective\Html\FormFacade::class,
      'Html' => Collective\Html\HtmlFacade::class,
      'Gravatar'  => Creativeorange\Gravatar\Facades\Gravatar::class,
      'JsValidator' => Proengsoft\JsValidation\Facades\JsValidatorFacade::class,
      'Meta'      => Laralist\Listmeta\Facade::class,
      'AWS' => Aws\Laravel\AwsFacade::class,  
    // ...
  ],

Set your database configuration in .env file

Finally, run the following commands from the Terminal

php artisan db:seed
php artisan vendor:publish

Back-end ScreenSort

![Image of Admin Dashboard] (https://github.com/rajeshtandukar/Laralist/blob/master/images/admin-dashborad.png)

![Image of Admin Item List] (https://github.com/rajeshtandukar/Laralist/blob/master/images/itemlist.png)

![Image of Admin Categories] (https://github.com/rajeshtandukar/Laralist/blob/master/images/categories.png)

![Image of Admin Countires] (https://github.com/rajeshtandukar/Laralist/blob/master/images/countires.png)

![Image of Admin Mail Templates] (https://github.com/rajeshtandukar/Laralist/blob/master/images/mailtemplates.png)

![Image of Admin Settings] (https://github.com/rajeshtandukar/Laralist/blob/master/images/settings.png)

Front-end ScreenSort

![Image of Homepage] (https://github.com/rajeshtandukar/Laralist/blob/master/images/homepage.png)

![Image of Ad] (https://github.com/rajeshtandukar/Laralist/blob/master/images/ad.png)

![Image of Ad List] (https://github.com/rajeshtandukar/Laralist/blob/master/images/Items.png)

![Image of My Ads] (https://github.com/rajeshtandukar/Laralist/blob/master/images/myitems.png)

![Image of Ad Post] (https://github.com/rajeshtandukar/Laralist/blob/master/images/post.png)

![Image of Ad Seach] (https://github.com/rajeshtandukar/Laralist/blob/master/images/search.png)

laralist's People

Contributors

rajeshtandukar avatar

Watchers

James Cloos avatar June Dela Cruz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.