GithubHelp home page GithubHelp logo

dalalsunil1986 / laravel5-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bestmomo/laravel5-example

0.0 0.0 0.0 16.92 MB

Simple laravel5 example for tutorial

License: MIT License

PHP 16.70% JavaScript 28.82% CSS 7.42% HTML 36.23% Batchfile 0.01% Shell 0.02% Java 7.42% CoffeeScript 2.74% ActionScript 0.48% Python 0.14% AngelScript 0.02%

laravel5-example's Introduction

Laravel 5 example

For Laravel 5.3 improved version look at this repository.

Laravel 5 example is a tutorial application for Laravel 5.2 (in french there).

Installation

  • git clone https://github.com/bestmomo/laravel5-example.git projectname
  • cd projectname
  • composer install
  • php artisan key:generate
  • Create a database and inform .env
  • php artisan migrate --seed to create and populate tables
  • Inform config/mail.php for email sends
  • php artisan vendor:publish to publish filemanager
  • php artisan serve to start the app on http://localhost:8000/

Another cool way to install it is to upload this package, unpack it in your server folder, and just launch it and follow the installation windows. It has been created with my laravel installer package. Anyway you'll have to set the email configuration.

Nitrous Quickstart

Create a free development environment for this Laravel 5 example project in the cloud on Nitrous.io by clicking the button below.

Nitrous Quickstart

In the IDE, start Laravel 5 Example via Run > Start Laravel 5 Example and access your site via Preview > 8000.

Include

Features

  • Home page
  • Custom Error Page 404
  • Authentication (registration, login, logout, password reset, mail confirmation, throttle)
  • Users roles : administrator (all access), redactor (create and edit post, upload and use medias in personnal directory), and user (create comment in blog)
  • Blog with comments
  • Search in posts
  • Tags on posts
  • Contact us page
  • Admin dashboard with new messages, users, posts and comments
  • Users admin (roles filter, show, edit, delete, create)
  • Messages admin
  • Posts admin (list with dynamic order, show, edit, delete, create)
  • Medias gestion
  • Localisation

Packages included

  • laravelcollective/html
  • bestmomo/filemanager

Tricks

To test application the database is seeding with users :

laravel5-example's People

Contributors

bestmomo avatar webunion avatar evans-munatsa avatar ricardofontanelli avatar antonioolf avatar connor11528 avatar axelbest avatar laelbe avatar marianbida avatar ryan215 avatar zerozh avatar yemerit avatar yeouchien avatar overtrue 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.