• This repository has been archived on 17/May/2021
  • Stars
    star
    31
  • Rank 817,679 (Top 17 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸŽ‰ Larabye (Laravel + Rockabye) is a mini PHP starter / framework inspired from laravel features

πŸŽ‰ Larabye πŸŽ‰

PHP Min GitHub license PRs welcome code with hearth by ZIANI Mouad (ROMAC)

Larabye is a mini PHP framework inspired from laravel features, created by Mouad ZIANI (ROMAC)

Installation

Requirements

  • PHP >= 7.2
  • mod_rewrite enabled
  • Composer installed

Download

Clone $ git clone https://github.com/mouadziani/Larabye.git or download the zip folder.

Setup

if you used the the download button unzip the folder and then open it, you can use the following commands if you like terminal:

  $ cd Larabye-master  

Then run composer to install dependecies

  $/ Larabye-master composer install  

Now it's all done, you only need to create a database and change configurations in app/config.php to match your server's configuration, for example:

    /*
    * Database Configuration
    */
    $dbName   = 'larabye_db';
    $host     = 'localhost';
    $userName = 'root';
    $password = 'root';

Architecture

Larabye is easy to use and understand, if you still have a doubt about how PHP/MVC works, you can use this framework to give you a push forward.

    β”œβ”€β”€ app
    β”‚   β”œβ”€β”€ controllers
    β”‚   β”‚   β”œβ”€β”€ HomeController.php
    β”‚   β”‚   └── UserController.php
    β”‚   β”œβ”€β”€ core
    β”‚   β”‚   β”œβ”€β”€ App.php
    β”‚   β”‚   └── Controller.php
    β”‚   β”œβ”€β”€ helpers
    β”‚   β”‚   β”œβ”€β”€ Dao.php
    β”‚   β”‚   └── helper.php
    β”‚   β”œβ”€β”€ models
    β”‚   β”‚   └── User.php
    β”‚   β”œβ”€β”€ views
    β”‚   β”‚   β”œβ”€β”€ partials
    β”‚   β”‚   β”‚   β”œβ”€β”€ _header.php
    β”‚   β”‚   β”‚   β”œβ”€β”€ _footer.php
    β”‚   β”‚   β”‚   └── _sub_footer.php
    β”‚   β”‚   β”œβ”€β”€ users
    β”‚   β”‚   β”‚   β”œβ”€β”€ index.php
    β”‚   β”‚   β”‚   β”œβ”€β”€ create.php
    β”‚   β”‚   β”‚   └── edit.php
    β”‚   β”‚   └── home.php
    β”‚   β”œβ”€β”€ init.php
    β”‚   β”œβ”€β”€ database.php
    β”‚   └── .htaccess
    β”œβ”€β”€ composer.json
    β”œβ”€β”€ public
    β”‚   β”œβ”€β”€ css
    β”‚   β”‚   └── *.css
    β”‚   β”œβ”€β”€ fonts/..
    β”‚   β”œβ”€β”€ imgs/..
    β”‚   β”œβ”€β”€ js
    β”‚   β”‚   └── *.
    β”‚   β”œβ”€β”€ .htaccess
    β”‚   └── index.php
    β”œβ”€β”€ .gitignore
    β”œβ”€β”€ composer.json
    β”œβ”€β”€ LICENCE
    └── README.md

License

Larabye is licensed under the MIT license.

Note

This project was made for 8.19

feautred_repository

More Repositories

1

xstate

✨ A lightweight state machine library for PHP (inspired by xstate.js)
PHP
85
star
2

laravel-model-trackable

πŸ” Laravel package that allows you to track and log nested changes applied on your models
PHP
58
star
3

laravel-query-inspector

The missing laravel helper that allows you to inspect your eloquent queries with it's bind parameters
PHP
56
star
4

mouadziani.com

🀡 My personal website, built with Nuxt.js and TailwindCss
Vue
43
star
5

laravel-deployer

Fast way to deploy your laravel project with one single command
Shell
40
star
6

laravel-mercanet

πŸ’΅ A Laravel package for integrating the BnpParibas Mercanet
PHP
31
star
7

ur-fullstack-coding-challenge

πŸ’ͺ My own implementation of the United Remote web coding challenge.
PHP
15
star
8

awesome-rockabye

🎡 Best covers of ROCKABYE ( CLEAN BANDIT FT. SEAN PAUL & ANNE-MARIE ), Nb: Only for Rockabye lovers
12
star
9

mouadziani

11
star
10

operator-mono-font

10
star
11

design-patterns-in-java

β˜•οΈ Implementation of the most popular design patterns using JAVA
Java
10
star
12

30-days-of-spring

🌱 30 days of Spring Framework Challenge
Java
9
star
13

millions-backend-challenge

My own implementation of the backend challenge
PHP
8
star
14

file-upload-jhispter

The repository contains an example for upload file using Jhipster (Spring and Angular)
Java
6
star
15

trolls-maker

[WIP] - Web application that allows you to make your own memes
Vue
6
star
16

access-tests-management

πŸš€ This project is for first tests management, for university that has tests before registration of students for the scholar year based on Java swing
Java
6
star
17

excel-diff-checker

Excel-diff-checker is a python script to compare lines to find the difference between two csv files.
Python
6
star
18

me

β˜•οΈ My resume
CSS
4
star
19

ngrx-practices

TypeScript
4
star
20

mouadziani.github.io

Personal website 🀡🏼
HTML
4
star
21

trance

🎡 Collection of my preferred trance tracks (for trance hipsters only)
4
star
22

Value-Object-Maker

[WIP] Generate a Value Object class with attributes from your existing eloquent models with one single command
4
star
23

votes-system

PHP
3
star
24

messneger-ui

Messenger UI clone using Vuejs & Tailwind Css
Vue
3
star
25

Flutter_EXAM

This repository contains my own implementation of the final exam of the mobile development 2 module (Master ISI)
Dart
3
star
26

laravel-model-progressible

[WIP] Easily make your model entries progressible
3
star
27

github-actions-laravel

Shared configs to deploy your laravel project via SSH using github actions
3
star
28

sales-analysis-hadoop

Sales analysis program using Hadoop
Java
3
star
29

travels-template

Landing page travel website buit on html, css, js, bootstrap4 from scratch :)
HTML
3
star
30

spring-boot-security-starter

Spring boot with spring security starter
Java
2
star
31

hierarchical-clustering

Hierarchical Clustering with Python and Scikit-Learn
Jupyter Notebook
2
star
32

Agents_Communication_JADE_MADKIT

Exchange messages between agents using Jade and Madkit platforms
Java
2
star
33

nova-acl

[WIP] Full roles and permissions system for laravel nova panel
2
star
34

ify

IdeaForYou App with angular and spring boot
Java
2
star
35

software-security-notes

My notes while studying Software Security
1
star
36

student_coloco_web

PHP
1
star
37

ACADEMIC-WEB-DEVELOPMENT-PROJECTS

My academic projects that I created while learning web development as Master ISI Student
PHP
1
star
38

zero-spark

[WIP] - Laravel spark clone based on TALL stack (built for artisanal web developers)
1
star
39

WH-FE-SLICING-TEST

My own implementation of the WalletHub Frontend slicing Tests challenge.
HTML
1
star
40

pizza-delivry

Web application for manage pizza deliveries based on JavaEE (JSF & JPA)
Java
1
star
41

SPRING-MVC-ACADEMIC-PROJECTS

Java
1
star
42

logistique

JavaScript
1
star
43

cosmy-web

Social Network and E-commerce platform for hairdressers staff
CSS
1
star
44

users-manager

Web application for manage users based on Jave EE, MVC Pattern & DataSource JNDI
Java
1
star
45

hb-hs

CSS
1
star
46

personnes-manager

Demo descktop application based on Java Swing & MVC Pattern
Java
1
star
47

mastering-laravel-step-by-step

This repository will contains lot of laravel modules as exercises (made for H.S = ANTAR)
1
star
48

Laravel_EXAM

This repository contains my own implementation of the final exam of the backend web development module (Master ISI)
PHP
1
star
49

watchcrunch

PHP
1
star
50

WH-FE-NG-TEST

My own implementation of the WalletHub Angular Tests challenge.
TypeScript
1
star