Git Product home page Git Product logo

website's Introduction

Laravel Cameroun

Laravel Cameroun est la plus grande communauté de developpeurs PHP & Laravel résidant au Cameroun. Ce dépôt contien le code source du site de laravel Cameroun.

Site web : https://laravelcm.com

Facebook: https://www.facebook.com/laravelcm

Twitter: https://twitter.com/laravelcm

Groupe Slack: https://laravelcm.slack.com

Communauté sur Meetup: A venir

Table of Contents

Fonctionnalités

Sidebar Admin Demo

Keen Bootstrap Admin Template

Caracteristiques Serveur

Pour pouvoir lancer Laravel Cameroun, vous devez répondre aux exigences suivantes:

  • PHP >= 7.4
  • PHP Extensions: PDO, cURL, Mbstring, Tokenizer, Mcrypt, XML, GD
  • Node.js > 6.0
  • Composer > 1.0.0

Installation

  1. Installez Composer à l'aide d'instructions d'installation détaillées ici
$ wget https://getcomposer.org/composer.phar
$ chmod +x composer.phar
$ mv composer.phar /usr/local/bin/composer
  1. Installer Node.js à l'aide d'instructions d'installation détaillées ici
$ yum install npm
  1. Cloner le dépôt
$ git clone https://github.com/mckenziearts/laravelcm.git
  1. Passer dans le répertoire de travail
$ cd laravelcm
  1. Copier .env.example pour .env et modifiez selon votre environnement
$ cp .env.example .env
  1. Installer les dependances de composer
$ composer install --prefer-dist
  1. Génerer une clé d'application avec la commande
$ php artisan key:generate
  1. Exécutez les commandes suivantes pour installer d'autres dépendances
$ npm install or yarn
$ npm run dev or yarn run dev
  1. Exécutez ces commandes pour créer les tables dans la base de données définie et remplir les données de départ (seed)
$ php artisan migrate --seed

Lancement

To start the PHP built-in server

$ php artisan serve --port=8080
or
$ php -S localhost:8080 -t public/

Vous pouvez visitez le site maintenant sur http://localhost:8080 🙌

Comment contribuer

Fork the repository, read the CONTRIBUTE file and make some changes. Thanks!

Contributeurs and Sponsors

Merci a tous les contributeurs sur ce projet. Votre aide est très appréciée!

Bugs and Feedback

Pour les bugs, questions et discussions, veuillez utiliser les GitHub Issues.

License

Ce site est un projet open source sous licence MIT license.

website's People

Contributors

mckenziearts avatar honorezemagho avatar fabriceyopa avatar

Watchers

James Cloos 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.