Coder Social home page Coder Social logo

arissetyawan / alys-google-maps-organiser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nwidart/alys-google-maps-organiser

0.0 1.0 0.0 1.96 MB

Laravel App, to manage clients and their corresponding markers for Google Maps.

License: Other

PHP 92.66% CSS 1.59% JavaScript 5.74%

alys-google-maps-organiser's Introduction

Alys Google Maps Organiser


Ajouter un nouveau client

En 2 étapes:

  1. Création du client ( login & mot de passe )
  2. Ajout d'une ligne de code pour l'url ( ndd/nomDuClient )

1. Ajout du client

L'ajout du client se fait via l'administration, à l'URL: /client/listing

  • Le champ Société, sera le login du client.
    Important: Bien utiliser le nom de société, ceci va être utiliser pour créer le layout du client (ajouter les bonnes classes CSS, header>h1, etc.)
  • Le Password, ne sera plus visible après donc bien retenir.

2. Ajout du code

Il suffit d'ouvrir le fichier application/routes.php

Ensuite ajoutez une nouvelle ligne de code sous la partie "Routes pour clients"

Copiez / coller ceci:

Route::any('utilisateur', array('as' => 'utilisateur', 'uses' => 'company@index', 'before' => 'client') );

Il suffit de changer 2 fois 'utilisateur' par le login choissi à l'étape 1.

alys-google-maps-organiser's People

Contributors

nwidart avatar

Watchers

 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.