Skip to content

A Laravel like base on Slim Framework 3. This is a skeleton app to start faster

Notifications You must be signed in to change notification settings

sarelvdm/slim-laravel

 
 

Repository files navigation

#Slim 3 Skeleton This is Laravel like Project base on Slim 3

This project is based on a CodeCourse.com video with personal changes to start faster with Slim 3. With Auth provided. #Installation composer require fabrice/laravel-clone

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

About

A Laravel like base on Slim Framework 3. This is a skeleton app to start faster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.5%
  • PHP 38.1%
  • HTML 15.9%
  • CSS 4.3%
  • ApacheConf 0.2%