Coder Social home page Coder Social logo

kkamara / crm-laravel-10 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.37 MB

(Live Link) (16-Aug-2023) This app is a remake of the Laravel 5 crm (2016) which is a remake of the barebones CRM. Built with Laravel 10.

Home Page: https://github.com/kkamara/crm-laravel-10/actions

License: BSD 3-Clause "New" or "Revised" License

PHP 74.31% Blade 25.69%
gdpr testing web web-app

crm-laravel-10's Introduction

MainClass.png

movies.png

crm.png

crm2.png

crm-laravel-10API

(16-Aug-2023) This app is a remake of the Laravel 5 crm (2016) which is a remake of the barebones CRM. Built with Laravel 10.

Tinker

php artisan tinker
> $u = new \App\Models\User;
= App\Models\User {#6216}

Installation

Create our environment file.

cp .env.example .env

Install our app dependencies.

composer i

Generate app key.

# php artisan key:generate
composer run post-create-project-cmd

Run migrations with seeders.

php artisan migrate --seed

Install javascript required packages.

yarn && yarn build
# Do `yarn dev` during development to see live changes
# of your blade and js and css/scss dependencies with vite.config.js

Usage

php artisan serve --port 3000

Api Documentation

php artisan route:list -vvv
# example output:
...
POST       api/user ............................ login › Api\UserController@login
GET|HEAD   api/user/authorize .................. Api\UserController@authorizeUser
POST       api/user/register ................... Api\UserController@register
...

Run Tests

php artisan test --testsuite=Feature

Misc

See Laravel 10 movies app.

See laravel makefile

See Laravel 9 food nutrition facts search web app.

See crm.

See php scraper.

See amazon scraper.

See python amazon scraper 2.

See wordpress.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD

crm-laravel-10's People

Contributors

kkamara 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.