Looking to hire Laravel developers? Try LaraJobs

laravel-clone maintained by fabrice

Description
A Laravel like base on Slim 3
Author
Last update
2023/07/12 16:41 (dev-master)
License
Links
Downloads
44

Comments
comments powered by Disqus

Slim 3 Skeleton

This is Laravel like Project base on Slim 3

This project is my personal start faster with Slim 3. With Auth provided.

Installation

composer require fabrice/laravel-clone

Runing

cp env.example .env

And edit your database credential

Packages Included

File Structure

app
    Controllers : All project Controllers
    Models : All Project Models
    Support : All buildin Interface
boostrap
    container.php : All Dependency Injection
    database.php : Database Configuration base on the .env file
public
    All accessible file
config
    database : All Database configuration
    mail : mail sending configuration

TO DO

  • Adding Mail Wrapper PHPMailer or SwiftMailer
  • Create a web shop base on the structure
  • Change Router call to feel like Laravel
  • Adding Tests

any suggestion is welcome

Demo

A complete demo is coming, with Email, Queue, Json and more. Stay stune.