Skip to content

imaxenio/laravel-classifieds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-classifieds

Simple classifieds application written in Laravel Framework

Contributions are welcome!

Installation

  • Clone the repository
  • Install dependencies (from console)
    • run composer install
  • To set permissions: chmod -R 777 app/storage && chmod -R 777 public/uploads
  • Create database: mysqladmin -u root -p password YOUR PASSWORD create NAME_FROM_DATABASE_CONFIG
  • Run migrations: php artisan migrate
  • Run seeder: php artisan db:seed

Note: css files are missing, but you can get basic layout, by using Twitter Bootstrap 3, which is used in views pages.

About

Simple classifieds application written in Laravel Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 57.2%
  • JavaScript 37.6%
  • CSS 5.0%
  • ApacheConf 0.2%